Skip to content

Commit

Permalink
fixup! test: add integration tests using cypress and a custom termina…
Browse files Browse the repository at this point in the history
…l view
  • Loading branch information
mikavilpas committed Jun 30, 2024
1 parent 23069fb commit 7acee07
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 @@ -8,7 +8,7 @@
"dev:client": "vite",
"dev:server": "tsc-watch --noClear --build --onSuccess 'tsx ./server/server.ts'",
"cy:open": "cypress open",
"cy:run": "concurrently --kill-others --success 'command-cypress' --names 'dev,cypress' --prefix-colors 'blue,green' 'npm run dev' 'wait-on --timeout 60000 http://localhost:5173 && npx cypress run'",
"cy:run": "concurrently --kill-others --success 'command-cypress' --names 'dev,cypress' --prefix-colors 'blue,green' 'npm run dev' 'wait-on --timeout 60000 http://127.0.0.1:5173 && npx cypress run'",
"build": "tsc && vite build",
"eslint": "eslint --max-warnings=0 .",
"preview": "vite preview"
Expand Down

0 comments on commit 7acee07

Please sign in to comment.