Android tests

In order to run Android tests you have to define one configuration in emceeplan. This configuration must be populated at least with app APK, tests APK and devices.

Configuration in emceeplan for Android platform supports regular application packages APK: one for application under tests and one for tests scenarios.

tests:
  configurations:
    - platform: android
      appApk: /path/to/app-debug.apk
      testApk: /path/to/app-debug-androidTest.apk
      devices:
        - #...

Emcee does not create these APK artifacts. It's your responsibility to build project using systems like Gradle Build, Maven or Bazel.

As for now several android configurations in emceeplan are not supported, use several devices instead