environmentVariables property

List<EnvironmentVariable>? environmentVariables
getter/setter pair

Environment variables to set for the test (only applicable for instrumentation tests).

Implementation

core.List<EnvironmentVariable>? environmentVariables;