Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# firebase-test-lab-action
Github Action for Firebase Test Lab

Simple 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)