Skip to content

Commit

Permalink
chore: silence cypress dev mode output for tui-sandbox only
Browse files Browse the repository at this point in the history
  • Loading branch information
mikavilpas committed Nov 28, 2024
1 parent e08ec09 commit 54f7045
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 @@ -5,7 +5,7 @@
"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 --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"
"dev": "concurrently --prefix-colors blue,yellow --names 'server,cypress' 'pnpm --filter library dev' 'pnpm cypress open --e2e --browser=electron > /dev/null 2>&1' --kill-others"
},
"dependencies": {
"@catppuccin/palette": "1.7.1",
Expand Down

0 comments on commit 54f7045

Please sign in to comment.