From f075bd8ef1cc016e49aa896bdc56d915338a8bb1 Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Sat, 29 May 2021 12:56:46 +0530 Subject: [PATCH] Cypress headless --- .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 28194d8c..a2f34a0f 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -33,6 +33,6 @@ jobs: wait-on: 'http://localhost:3000' wait-on-timeout: 120 record: true - headed: true + headless: false env: CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}