From e4575b55ab3ca19a294370d706153c7ca40f0aa6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Oberm=C3=BCller?= Date: Tue, 9 Jan 2024 16:46:56 +0100 Subject: [PATCH] fix(scripts): remove duplicate visual regression test script (#19673) --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 6509bbff2fa0ab..806a386e03891e 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,6 @@ "test": "pnpm test:unit && pnpm test:visual-regression", "test:unit": "jest --testPathPattern=frontend/", "jest": "jest", - "test:visual-regression": "pnpm test:visual-regression:docker", "test:visual-regression": "rm -rf frontend/__snapshots__/__failures__/ && docker compose -f docker-compose.playwright.yml run --rm -it --build playwright pnpm test:visual-regression:docker", "test:visual-regression:docker": "NODE_OPTIONS=--max-old-space-size=6144 test-storybook -u --no-index-json --browsers chromium webkit --url http://host.docker.internal:6006", "test:visual-regression:local": "NODE_OPTIONS=--max-old-space-size=6144 test-storybook -u --no-index-json --browsers chromium webkit --url http://localhost:6006",