Skip to content

Commit

Permalink
chore(cleanup): remove legacy visual regression tests
Browse files Browse the repository at this point in the history
  • Loading branch information
thmsobrmlr committed Dec 28, 2023
1 parent eea0b01 commit e2c52e8
Show file tree
Hide file tree
Showing 14 changed files with 1 addition and 233 deletions.
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,7 @@
"test": "pnpm test:unit && pnpm test:visual-regression",
"test:unit": "jest --testPathPattern=frontend/",
"jest": "jest",
"test:visual-regression": "docker compose -f docker-compose.playwright.yml run --rm -it --build playwright pnpm test:visual-regression:legacy:docker && pnpm test:visual-regression:stories:docker",
"test:visual-regression:legacy": "docker compose -f docker-compose.playwright.yml run --rm -it --build playwright pnpm test:visual-regression:legacy:docker",
"test:visual-regression:legacy:docker": "STORYBOOK_URL=http://host.docker.internal:6006 playwright test -u",
"test:visual-regression:legacy:ci:update": "playwright test -u",
"test:visual-regression:legacy:ci:verify": "playwright test",
"test:visual-regression": "pnpm test:visual-regression:stories:docker",
"test:visual-regression:stories": "rm -rf frontend/__snapshots__/__failures__/ && docker compose -f docker-compose.playwright.yml run --rm -it --build playwright pnpm test:visual-regression:stories:docker",
"test:visual-regression:stories: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:stories:local": "NODE_OPTIONS=--max-old-space-size=6144 test-storybook -u --no-index-json --browsers chromium webkit --url http://localhost:6006",
Expand Down
66 changes: 0 additions & 66 deletions playwright/e2e-vrt/README.md

This file was deleted.

17 changes: 0 additions & 17 deletions playwright/e2e-vrt/lemon-ui/LemonButton.spec.ts

This file was deleted.

Binary file not shown.
Binary file not shown.
12 changes: 0 additions & 12 deletions playwright/e2e-vrt/scenes-app/PersonsModal.spec.ts

This file was deleted.

Binary file not shown.
Binary file not shown.
33 changes: 0 additions & 33 deletions playwright/e2e-vrt/scenes-app/insights.spec.ts

This file was deleted.

Binary file not shown.
Binary file not shown.
16 changes: 0 additions & 16 deletions playwright/fixtures/storybook.ts

This file was deleted.

12 changes: 0 additions & 12 deletions playwright/helpers/storybook.ts

This file was deleted.

72 changes: 0 additions & 72 deletions playwright/pages/storybook.ts

This file was deleted.

0 comments on commit e2c52e8

Please sign in to comment.