Skip to content

Commit

Permalink
Let Cypress test listen to the right URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Martijn Dirkse committed Apr 2, 2024
1 parent 1678079 commit 53fd344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"lint": "eslint **/*.ts",
"batch": "cypress run",
"interactive": "cypress open",
"batch_cicd": "CYPRESS_BASE_URL=http://0.0.0.0:8090 cypress run",
"batch_cicd": "export CYPRESS_BASE_URL=http://0.0.0.0:8090 && cypress run",
"installFrankRunnerEnv": "cd ../frank-runner && ./env.sh > installFrankRunnerEnv.log",
"startServer": "cd ../frank-runner && ./restart.sh -Dupdate.strategy=none > serverStartLog.log"
},
Expand Down

0 comments on commit 53fd344

Please sign in to comment.