From 645650799e0bae77e37fa21751de46b520cbb4d8 Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Mon, 24 May 2021 20:00:25 +0530 Subject: [PATCH] Record Cypress --- .github/workflows/cypress.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 40db65f5..f0755b96 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -30,3 +30,8 @@ jobs: browser: chrome build: yarn build start: yarn preview + wait-on: 'http://localhost:3000' + wait-on-timeout: 120 + record: true + env: + CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}