From 16eb17ae1b4dae1a98352db981d1a58eaca0549d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Tue, 20 Aug 2024 12:06:27 +0200 Subject: [PATCH] tmp: enable recording MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- .github/workflows/cypress-e2e.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cypress-e2e.yml b/.github/workflows/cypress-e2e.yml index 21fcf8f8a3..ada11080e6 100644 --- a/.github/workflows/cypress-e2e.yml +++ b/.github/workflows/cypress-e2e.yml @@ -156,11 +156,11 @@ jobs: - name: Cypress run uses: cypress-io/github-action@v6 with: - record: false + record: true parallel: false wait-on: '${{ env.CYPRESS_baseUrl }}' working-directory: 'apps/${{ env.APP_NAME }}' - config: defaultCommandTimeout=10000,video=false + config: defaultCommandTimeout=10000,video=true tag: ${{ false && github.event_name }} env: # https://github.com/cypress-io/github-action/issues/524