Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To be able to run an application with the applicationStart gdsl function, the application should be installed on emulator first, there are 2 choices :

  • Install the app manually through the Play Store application or with adb or other mechanism

  • In the job.yml file, add an apps field with a list of application to that will be install at the beginning of the test and to will be uninstall at the end . (package Each element of the list could be a package name for playstore or a local path to an apk or a public url to an apk). Example :

...