From 886f1ee651d622970b127a37cf3168e1a997f9cd Mon Sep 17 00:00:00 2001 From: SamTV12345 <40429738+samtv12345@users.noreply.github.com> Date: Sun, 11 Feb 2024 09:43:29 +0100 Subject: [PATCH] Install cypress. --- .github/workflows/windows.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 1de0a461c..02085790f 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -148,6 +148,7 @@ jobs: name: Run Etherpad working-directory: etherpad/src run: | + .\node_modules\.bin\cypress.cmd install --force 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 pnpm exec cypress run --config-file ./tests/frontend/cypress/cypress.config.js