mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
add video recodring and upload for testing purposes
This commit is contained in:
parent
91933f6f0d
commit
4e98816752
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -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/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user