add video recodring and upload for testing purposes

This commit is contained in:
mahula 2023-02-02 12:19:32 +01:00
parent 91933f6f0d
commit 4e98816752

View File

@ -666,5 +666,9 @@ jobs:
with:
name: cypress-screenshots
path: /home/runner/work/gradido/gradido/e2e-tests/cypress/tests/cypress/screenshots/
- name: End-to-end tests | if tests failed, upload videos
if: ${{ failure() && steps.e2e-tests.conclusion == 'failure' }}
uses: actions/upload-artifact@v3
with:
name: cypress-videos
path: /home/runner/work/gradido/gradido/e2e-tests/cypress/tests/cypress/videos/