From f7f7099fc1ea94530694b7af84332a151a1b01be Mon Sep 17 00:00:00 2001 From: Fotis Alexandridis Date: Wed, 20 Dec 2023 22:01:56 +0200 Subject: [PATCH] added recording --- .github/workflows/cypress.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 3e4d58a..8115761 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -8,6 +8,8 @@ jobs: uses: actions/checkout@v3 - name: Cypress run uses: cypress-io/github-action@v6 + with: + record: true env: CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file