Skip to content

Commit

Permalink
chore: always open cypress in e2e mode by default
Browse files Browse the repository at this point in the history
  • Loading branch information
mikavilpas committed Jul 7, 2024
1 parent 3caaf34 commit 301dca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dev": "concurrently --kill-others --names 'client,server,cypress' --prefix-colors 'blue,green,yellow' 'npm run dev:client' 'npm run dev:server' 'npm run cy:open'",
"dev:client": "vite",
"dev:server": "tsc-watch --noClear --build --onSuccess 'tsx ./server/server.ts'",
"cy:open": "cypress open",
"cy:open": "cypress open --e2e",
"cy:run:ci": "concurrently --success command-cypress --kill-others --names 'client,server,cypress' --prefix-colors 'blue,green,yellow' 'npm run dev:client' 'npm run dev:server' 'wait-on --timeout 60000 http://127.0.0.1:5173 && npx cypress run'",
"build": "tsc && vite build",
"eslint": "eslint --max-warnings=0 .",
Expand Down

0 comments on commit 301dca6

Please sign in to comment.