diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 0ec03cbc2..506181633 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -232,6 +232,7 @@ jobs: working-directory: apps/${{ env.APP_NAME }} config: video=false,defaultCommandTimeout=20000 tag: "${{ !!matrix.use-cypress-cloud && github.event_name || '' }}" + browser: chrome env: # https://github.com/cypress-io/github-action/issues/124 COMMIT_INFO_MESSAGE: ${{ github.event.pull_request.title }}