This commit is contained in:
John McLear 2021-03-14 13:51:33 +00:00
parent ce21ac9ba4
commit b4f1c9da2e
2 changed files with 2 additions and 2 deletions

View file

@ -48,7 +48,7 @@ jobs:
xvfb-run -a cypress run --spec cypress/integration/test.js --config-file cypress/cypress.json --config video=false
# run collaboration tests
xvfb-run -a cypress run --spec cypress/integration/collaborate.js --config-file cypress/cypress.json --config video=false &
xvfb-run -a cypress run --spec cypress/integration/collaborate.js --config-file cypress/cypress.json --config videosFolder=cypress/videos videoCompression=0 screenshotsFolder=cypress/screenshots
xvfb-run -a cypress run --spec cypress/integration/collaborate.js --config-file cypress/cypress.json --config videosFolder=cypress/videos,videoCompression=0,screenshotsFolder=cypress/screenshots
- name: Sleep for 30 seconds for videos to encode
uses: whatnick/wait-action@master