Skip to content

Commit

Permalink
test(client): update cypress e2e tests startup scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
pmstss committed Sep 2, 2024
1 parent 6d36c1a commit 1a6e65b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"scripts": {
"cypress:open": "cypress open --e2e --browser chrome",
"cypress:run": "cypress run --e2e --browser chrome",
"test:e2e:gui": "start-server-and-test 3001 cypress:open",
"test:e2e:ci": "start-server-and-test 3001 cypress:run",
"test:e2e:gui": "start-server-and-test start http://localhost:3001 cypress:open",
"test:e2e:ci": "start-server-and-test start http://localhost:3001 cypress:run",
"test": "npm run test:e2e:ci",
"start": "vite",
"build": "tsc && vite build",
Expand Down

0 comments on commit 1a6e65b

Please sign in to comment.