diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 9237a7b..6b5c8d0 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -42,7 +42,7 @@ jobs: - name: Run Tests uses: replayio/action-cypress@v0.2.2 with: - browser: ${{ github.event.inputs.browser || 'Replay Firefox' }} + browser: ${{ github.event.inputs.browser || 'Replay Chromium' }} api-key: ${{ secrets.CYPRESS_REPLAY_API_KEY }} public: true env: