Skip to content

Commit

Permalink
Cypress: added npm scripts test:local and cypress:run:local to run he…
Browse files Browse the repository at this point in the history
…adless resp. in GUI against http://localhost:3001 installation
  • Loading branch information
verheyenkoen committed Oct 10, 2023
1 parent 9300652 commit 8974ae9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
"private": true,
"scripts": {
"test": "cypress run --config-file cypress/cypress.config.ts",
"test:local": "cypress run --config-file cypress/cypress.config.ts --config baseUrl=http://localhost:3001",
"cypress:open": "cypress open --config-file cypress/cypress.config.ts --browser chrome --e2e",
"cypress:open:local": "cypress open --config-file cypress/cypress.config.ts --browser chrome --e2e --config baseUrl=http://localhost:3001",
"cypress:record": "cypress/cypress-record.sh",
"precommit": "node node_modules/js-precommit-hook",
"generate-issue-test": "node ./cypress/scripts/generate-issue-test.mjs"
Expand Down

0 comments on commit 8974ae9

Please sign in to comment.