Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
cloud

GitHub Action

Firebase Test Lab

0.0.4

Firebase Test Lab

cloud

Firebase Test Lab

A GitHub Action to run test on Firebase Test Lab

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Firebase Test Lab

uses: Vacxe/[email protected]

Learn more about this action in Vacxe/firebase-test-lab-action

Choose a version

firebase-test-lab-action

Github Action for Firebase Test Lab

Simple way to run instrument test with Firebase Test lab

Minimum declaration sample:

  - name: Run tests on Firebase Test Lab for API 33
    uses: vacxe/[email protected]
    with:
      apk: apk/sample-debug.apk
      test: apk/sample-debug-androidTest.apk
      device-id: MediumPhone.arm
      os-version-id: 33
    env:
      SERVICE_ACCOUNT: ${{ secrets.FIREBASE_TESTLAB_JSON }}