Skip to content

Commit

Permalink
separate windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Gartland committed Nov 13, 2023
1 parent 3d2b1ff commit 295f30c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"test-deploy": "start-server-and-test --expect 401 start http-get://127.0.0.1:9000 run-deploy",
"open": "cypress open",
"run": "cypress run --spec ./cypress/e2e/publish-ui/*.cy.js --env token=token",
"run-deploy": "cross-env cypress run --spec ./cypress/e2e/deploy/*.cy.js --env token=token,CYPRESS_CONNECT_ADDRESS=$CYPRESS_CONNECT_ADDRESS"
"run-deploy": "if [ \"$npm_execpath\" != \"C:\\\\Program Files\\\\nodejs\\\\npm-cli.js\" ]; then cypress run --spec ./cypress/e2e/deploy/*.cy.js --env token=token,CYPRESS_CONNECT_ADDRESS=$CYPRESS_CONNECT_ADDRESS; else cypress run --spec ./cypress/e2e/deploy/*.cy.js --env token=token,CYPRESS_CONNECT_ADDRESS=%CYPRESS_CONNECT_ADDRESS%; fi;"
},
"devDependencies": {
"cross-env": "^7.0.3",
Expand Down

0 comments on commit 295f30c

Please sign in to comment.