diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index f0755b96..28194d8c 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -33,5 +33,6 @@ jobs: wait-on: 'http://localhost:3000' wait-on-timeout: 120 record: true + headed: true env: CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}