deactivate video recording and upload in e2e test workflow

This commit is contained in:
mahula 2023-05-27 09:16:06 +02:00
parent 14ed84620b
commit 7576347658
2 changed files with 1 additions and 9 deletions

View File

@ -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/

View File

@ -5,7 +5,7 @@
"ignoreTestFiles": "*.js",
"chromeWebSecurity": false,
"baseUrl": "http://localhost:3000",
"video": true,
"video": false,
"retries": {
"runMode": 2,
"openMode": 0