diff --git a/.github/workflows/test-workflow.yml b/.github/workflows/test-workflow.yml index f523102d6..ba0225ee6 100644 --- a/.github/workflows/test-workflow.yml +++ b/.github/workflows/test-workflow.yml @@ -103,7 +103,7 @@ jobs: # https://docs.cypress.io/guides/continuous-integration/introduction#Boot-your-server start: yarn start wait-on: 'http://localhost:3000' # Waits for above - browser: chrome + browser: electron # Records to Cypress Cloud # https://docs.cypress.io/guides/cloud/projects#Set-up-a-project-to-record record: true