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

View file

@ -6,7 +6,7 @@
// We need to get up to 700 lines so the additional space breaks and enter keys
// in specialKeys are intentional.
const numberOfEdits = 100; // should be 1750
const numberOfEdits = 100; // should be 3500
const specialKeys = ['{{}',
'{backspace}',
'{del}',