Skip to content

Commit

Permalink
refactor(tests): make cypress run quiet in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mikavilpas committed Nov 24, 2024
1 parent 1476c56 commit cfac162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"type": "module",
"scripts": {
"cy:run": "pnpm i && concurrently --prefix-colors blue,yellow --names server,cypress 'pnpm exec tui start' 'wait-on --timeout 60000 http-get://127.0.0.1:3000/ping && pnpm exec cypress run --config baseUrl=http://127.0.0.1:3000' --kill-others --success command-cypress",
"cy:run": "pnpm i && concurrently --prefix-colors blue,yellow --names server,cypress 'pnpm exec tui start' 'wait-on --timeout 60000 http-get://127.0.0.1:3000/ping && pnpm exec cypress run --config baseUrl=http://127.0.0.1:3000 --quiet' --kill-others --success command-cypress",
"dev": "concurrently --prefix-colors blue,yellow --names 'server,cypress' 'pnpm --filter library dev' 'pnpm cypress open --e2e --browser=electron' --kill-others"
},
"dependencies": {
Expand Down

0 comments on commit cfac162

Please sign in to comment.