Update collaboration.yml

restore-responsiveness-test
John McLear 2021-03-13 16:54:30 +00:00
parent 89a661b448
commit cc4253bf3f
1 changed files with 2 additions and 4 deletions

View File

@ -1,4 +1,4 @@
name: "Multiple clients collaborating on a single pad"
name: "Collaboration"
# any branch is useful for testing before a PR is submitted
on: [push, pull_request]
@ -36,9 +36,7 @@ jobs:
- name: Run Etherpad
run: |
cd etherpad
node node_modules\ep_etherpad-lite\node\server.js &
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
node src\node\server.js &
cd src\tests\frontend
cypress run --spec cypress\integration\collaborate.js --config-file cypress\cypress.json > client1.txt &
cypress run --spec cypress\integration\collaborate.js --config-file cypress\cypress.json > client2.txt &