azure-sdk-for-android icon indicating copy to clipboard operation
azure-sdk-for-android copied to clipboard

Support for live testing in Android repository

Open mitchdenny opened this issue 5 years ago • 0 comments

We need to add support for live testing into the Android repository. We should follow the same pattern that we use for the other repositories, that is having a tests.yml file per service directory and a test-resources.json file. We then need to figure out how we invoke the tests in such a way that the environment information that live tests normally get access to can work within the emulator (if that is an issue).

Elements of this work being completed:

  1. The addition of a test archetype template
  2. Tests YAML files for existing service directories.
  3. Pipeline generation automatically creating live test pipelines.
  4. What matrix do we need to support?

mitchdenny avatar Oct 15 '20 00:10 mitchdenny