Update collaboration.yml
parent
89a661b448
commit
cc4253bf3f
|
@ -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
|
# any branch is useful for testing before a PR is submitted
|
||||||
on: [push, pull_request]
|
on: [push, pull_request]
|
||||||
|
@ -36,9 +36,7 @@ jobs:
|
||||||
|
|
||||||
- name: Run Etherpad
|
- name: Run Etherpad
|
||||||
run: |
|
run: |
|
||||||
cd etherpad
|
node src\node\server.js &
|
||||||
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
|
|
||||||
cd src\tests\frontend
|
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 > client1.txt &
|
||||||
cypress run --spec cypress\integration\collaborate.js --config-file cypress\cypress.json > client2.txt &
|
cypress run --spec cypress\integration\collaborate.js --config-file cypress\cypress.json > client2.txt &
|
||||||
|
|
Loading…
Reference in New Issue