From 53ad0cc51a90e69cd4fa9e1f07ffdaeba4a849e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Wed, 14 Aug 2024 09:02:36 +0200 Subject: [PATCH] tmp: turn on test 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cypress-e2e.yml b/.github/workflows/cypress-e2e.yml index dfc187633f5..a0297979825 100644 --- a/.github/workflows/cypress-e2e.yml +++ b/.github/workflows/cypress-e2e.yml @@ -173,7 +173,7 @@ jobs: run: | cd 'apps/${{ env.APP_NAME }}' npx wait-on $CYPRESS_baseUrl - npx cypress run --record false --config defaultCommandTimeout=10000,video=false + npx cypress run --record true --config defaultCommandTimeout=10000,video=false --group split-${{ strategy.job-index }} --ci-build-id ${{ github.event.pull_request.head.sha }} env: # https://github.com/cypress-io/github-action/issues/124 COMMIT_INFO_MESSAGE: ${{ github.event.pull_request.title }}