-
Task
-
Resolution: Done
-
Major
-
None
-
None
-
None
-
Service Team 1 - Sprint 4
What
In order to facilitate easy and quick setup for running of android sdk e2e tests we must provide an automated way of creating and starting android emulators for the test suite. Gradle tasks are an ideal method to achieve this as they can be housed with the test code. Tasks should also take into account the Android test matrix, and provide the ability to create emulators for the matrix versions
How
- Investigate how to create Gradle tasks and best practices such as DRY, etc
- Create tasks to create Android emulators for each of the test matrix versions if none exist
- Create tasks to run and stop the Android emulators