Github Actions

Automated your tests in the Finalrun cloud with Github Actions

Prerequisites

Before setting up GitHub Actions integration, ensure you have:

  • FinalRun API Key - Obtain from your FinalRun dashboard

  • App name - Obtain app name from FinalRun dashboard in Apps Section for the specific app

  • GitHub Repository - With appropriate permissions to add secrets

circle-info

Note: App names are case-sensitive and must match exactly as shown in the FinalRun dashboard.

Quick Setup

1. Add API Key to GitHub Secrets

  1. Navigate to your repository on GitHub

  2. Go to SettingsSecrets and variablesActions

  3. Click New repository secret

  4. Add:

    • Name: FINALRUN_API_KEY

    • Secret: Your FinalRun API key from the dashboard

2. Full Example - Android

Full Example - iOS

Last updated