mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-07 23:55:12 -04:00
Install cypress.
This commit is contained in:
parent
b05e7491db
commit
886f1ee651
1 changed files with 1 additions and 0 deletions
1
.github/workflows/windows.yml
vendored
1
.github/workflows/windows.yml
vendored
|
@ -148,6 +148,7 @@ jobs:
|
||||||
name: Run Etherpad
|
name: Run Etherpad
|
||||||
working-directory: etherpad/src
|
working-directory: etherpad/src
|
||||||
run: |
|
run: |
|
||||||
|
.\node_modules\.bin\cypress.cmd install --force
|
||||||
pnpm run prod &
|
pnpm run prod &
|
||||||
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
|
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
|
||||||
pnpm exec cypress run --config-file ./tests/frontend/cypress/cypress.config.js
|
pnpm exec cypress run --config-file ./tests/frontend/cypress/cypress.config.js
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue