mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
set cypress to test only a specific feature and record a video for debugging
This commit is contained in:
parent
648ee8178c
commit
2cfd6d57df
5
.github/workflows/test-e2e.yml
vendored
5
.github/workflows/test-e2e.yml
vendored
@ -45,6 +45,11 @@ 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/
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user