From cfac162b4c7dbc07765c97e90d8ca50aa7f59cc6 Mon Sep 17 00:00:00 2001 From: Mika Vilpas Date: Sun, 24 Nov 2024 20:43:43 +0200 Subject: [PATCH] refactor(tests): make cypress run quiet in ci --- packages/integration-tests/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/integration-tests/package.json b/packages/integration-tests/package.json index b6e2545..8b96bdc 100644 --- a/packages/integration-tests/package.json +++ b/packages/integration-tests/package.json @@ -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": {