add video recodring and upload for testing purposes

This commit is contained in:
mahula 2023-02-02 12:19:32 +01:00
parent 0c929430b1
commit 91933f6f0d
2 changed files with 3 additions and 1 deletions

View File

@ -666,3 +666,5 @@ jobs:
with:
name: cypress-screenshots
path: /home/runner/work/gradido/gradido/e2e-tests/cypress/tests/cypress/screenshots/
name: cypress-videos
path: /home/runner/work/gradido/gradido/e2e-tests/cypress/tests/cypress/videos/

View File

@ -48,7 +48,7 @@ export default defineConfig({
supportFile: "cypress/support/index.ts",
viewportHeight: 720,
viewportWidth: 1280,
video: false,
video: true,
retries: {
runMode: 2,
openMode: 0,