From ea5c5d13cd59d14d3daabeb91c2dbcd19fdb7f49 Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Mon, 24 May 2021 20:06:05 +0530 Subject: [PATCH] Headed mode Test --- .github/workflows/cypress.yml | 1 + 1 file changed, 1 insertion(+) 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 }}