Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/artemnikitin/android-tests-scaling-to-infinity
Repo with sources from post https://artemnikitin.com/post/scaling-android-tests/
https://github.com/artemnikitin/android-tests-scaling-to-infinity
android android-testing android-tests-scaling aws aws-ec2 ci continuous-integration docker
Last synced: about 1 month ago
JSON representation
Repo with sources from post https://artemnikitin.com/post/scaling-android-tests/
- Host: GitHub
- URL: https://github.com/artemnikitin/android-tests-scaling-to-infinity
- Owner: artemnikitin
- License: mit
- Created: 2018-10-11T14:11:19.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T05:55:23.000Z (about 1 year ago)
- Last Synced: 2023-12-15T06:54:00.082Z (about 1 year ago)
- Topics: android, android-testing, android-tests-scaling, aws, aws-ec2, ci, continuous-integration, docker
- Language: Dockerfile
- Homepage:
- Size: 5.86 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# android-tests-scaling-to-infinity
Repo with sources for blog post### Content
```
- docker/Dockerfile # Dockerfile to build an image for Android build
- android_emulator_waiter.py # Script for connecting an emulator
- run_tests.sh # Script for run tests in Docker image
```