From 708effa0b03a4ed5310e104c088de5da82595018 Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Fri, 4 Jun 2021 11:30:34 +0530 Subject: [PATCH] Enable recording --- .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 13cf59fa..83751101 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -35,7 +35,7 @@ jobs: start: yarn preview wait-on: 'http://localhost:3000' wait-on-timeout: 120 - # record: true + record: true headless: true env: CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}