Skip to content

Commit

Permalink
remove playwright from app
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexErrant committed Nov 19, 2024
1 parent 6cb9aba commit 194984e
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 572 deletions.
3 changes: 2 additions & 1 deletion app-playwright/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"test:dev": "MODE=development playwright test --grep-invert @prod",
"stylelint": "stylelint **/*.css",
"stylelint:write": "stylelint **/*.css --fix",
"pack": "pnpm pack"
"pack": "pnpm pack",
"playwright:init": "playwright install"
},
"devDependencies": {
"@solidjs/router": "^0.14.1",
Expand Down
4 changes: 0 additions & 4 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,11 @@
"test": "vitest",
"test:ui": "vitest --ui",
"test:run": "vitest run",
"playwright": "playwright test",
"playwright:debug": "playwright test --debug",
"playwright:init": "playwright install",
"visualizeBundle": "vite-bundle-visualizer -o visualizeBundle.html"
},
"devDependencies": {
"@babel/core": "^7.23.0",
"@cloudflare/workers-types": "^4.20240725.0",
"@playwright/test": "^1.48.2",
"@tailwindcss/forms": "^0.5.7",
"@types/diff": "^5.0.5",
"@types/iframe-resizer": "^3.5.10",
Expand Down
110 changes: 0 additions & 110 deletions app/playwright.config.ts

This file was deleted.

Loading

0 comments on commit 194984e

Please sign in to comment.