Merge pull request #11192 from izaac/cypress_install_force

Trying forcing the Cypress binary install due to erros in CI
This commit is contained in:
Izaac Zavaleta 2024-06-06 18:26:30 -07:00 committed by GitHub
commit 81ac37198f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -13,7 +13,9 @@ kubectl get nodes
node -v
yarn add --dev -W mocha mochawesome mochawesome-merge \
mochawesome-report-generator cypress-multi-reporters \
mocha-junit-reporter
mocha-junit-reporter
./node_modules/.bin/cypress install --force
NO_COLOR=1 CYPRESS_grepTags="CYPRESSTAGS" cypress run --browser chrome \
--reporter cypress-multi-reporters \