diff --git a/.github/workflows/test-e2e.yml b/.github/workflows/test-e2e.yml index d4f61d589..2b295dafe 100644 --- a/.github/workflows/test-e2e.yml +++ b/.github/workflows/test-e2e.yml @@ -45,11 +45,3 @@ jobs: with: name: cypress-screenshots path: cypress/screenshots/ - - - name: Full stack tests | if any test failed, upload videos - if: ${{ failure() && steps.e2e-tests.conclusion == 'failure' }} - uses: actions/upload-artifact@v3 - with: - name: cypress-videos - path: cypress/videos/ - diff --git a/cypress/cypress.json b/cypress/cypress.json index 52e1c1038..337e0a198 100644 --- a/cypress/cypress.json +++ b/cypress/cypress.json @@ -5,7 +5,7 @@ "ignoreTestFiles": "*.js", "chromeWebSecurity": false, "baseUrl": "http://localhost:3000", - "video": true, + "video": false, "retries": { "runMode": 2, "openMode": 0