Skip to content
Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Firebase TestLab Action

Github action to upload test builds to firebase test-lab. Only tested with Android App Distributions

Example usage

name: Upload build to Firebase test-lab

on: [push]

jobs:
  build:

    runs-on: ubuntu-latest

    steps:
      - name: Run Tests in Firebase Test Lab
        uses: Vizzn/firebase-testlab-action@v1.0
        with:
          arg-spec: 'testlab-configurations.yaml:android-pixel-5'
          results_dir: 'test-results'
        env:
          SERVICE_ACCOUNT: ${{ secrets.FIREBASE_TEST_LAB_SERVICE }}
          RESULTS_BUCKET: ${{ secrets.FIREBASE_RESULTS_BUCKET }}

About

A GitHub Action to test mobile applications (Android, iOS) using Firebase TestLab

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages