azure-sdk-for-android
azure-sdk-for-android copied to clipboard
Support for live testing in Android repository
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:
- The addition of a test archetype template
- Tests YAML files for existing service directories.
- Pipeline generation automatically creating live test pipelines.
- What matrix do we need to support?