Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vacxe/firebase-test-lab-action
Github Action for Firebase Test Lab
https://github.com/vacxe/firebase-test-lab-action
Last synced: 29 days ago
JSON representation
Github Action for Firebase Test Lab
- Host: GitHub
- URL: https://github.com/vacxe/firebase-test-lab-action
- Owner: Vacxe
- Created: 2023-07-09T10:15:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-10T00:27:39.000Z (over 1 year ago)
- Last Synced: 2024-05-01T13:36:29.096Z (8 months ago)
- Language: Shell
- Size: 9.77 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# firebase-test-lab-action
Github Action for Firebase Test LabSimple way to run instrument test with Firebase Test lab
Minimum declaration sample:
```yaml
- name: Run tests on Firebase Test Lab for API 33
uses: vacxe/firebase-test-lab-action@
with:
service-account: ${{ secrets.FIREBASE_TESTLAB_JSON }}
apk: apk/sample-debug.apk
test: apk/sample-debug-androidTest.apk
device-id: MediumPhone.arm
os-version-id: 33
```[Real project YAML example with matrix usage](https://github.com/KakaoCup/Kakao/blob/master/.github/workflows/pr-checks.yml)