summaryrefslogtreecommitdiffstats
path: root/coin/instructions/coin_module_test_android_start_emulator.yaml
blob: eff28ff4949d77ac8ad1275c4765315d28828810 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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