From 30327c698fe0eda90ea273fead1efa675c858750 Mon Sep 17 00:00:00 2001 From: Jason Laster Date: Tue, 9 Aug 2022 08:35:15 -0700 Subject: [PATCH] Update cypress.yml --- .github/workflows/cypress.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: