mirror of https://github.com/rancher/dashboard.git
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:
commit
81ac37198f
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in New Issue