14 lines
408 B
YAML
14 lines
408 B
YAML
type: Group
|
|
instructions:
|
|
- type: Group
|
|
instructions:
|
|
- type: ExecuteCommand
|
|
command: "{{.Env.ANDROID_EMULATOR_RUNNER}}"
|
|
maxTimeInSeconds: 600
|
|
maxTimeBetweenOutput: 300
|
|
userMessageOnFailure: "Failed to start emulator, check coin log and testresults log files."
|
|
enable_if:
|
|
condition: property
|
|
property: features
|
|
contains_value: AndroidTestRun
|