Update collaboration.yml

restore-responsiveness-test
John McLear 2021-03-14 12:00:27 +00:00
parent 4351f2447e
commit b13c6b74c7
1 changed files with 8 additions and 1 deletions

View File

@ -37,9 +37,16 @@ jobs:
curl --connect-timeout 10 --max-time 20 --retry 5 --retry-delay 10 --retry-max-time 60 --retry-connrefused http://127.0.0.1:9001/p/test
cd src/tests/frontend
cypress run --spec cypress/integration/collaborate.js --config-file cypress/cypress.json --config videosFolder=cypress/videos/browser1 &
cypress run --spec cypress/integration/collaborate.js --config-file cypress/cypress.json --config videosFolder=cypress/videos/browser2
cypress run --spec cypress/integration/collaborate.js --config-file cypress/cypress.json --config videosFolder=cypress/videos/browser2 &
cypress run --spec cypress/integration/collaborate.js --config-file cypress/cypress.json --config videosFolder=cypress/videos/browser3 &
cypress run --spec cypress/integration/collaborate.js --config-file cypress/cypress.json --config videosFolder=cypress/videos/browser4
# We still to do a curl check above just to ensure Etherpad is responding before cypress starts
- name: Sleep for 30 seconds for all videos to encode
uses: whatnick/wait-action@master
with:
time: '30s'
- uses: actions/upload-artifact@v2
if: always()
with: