Skip to content

Commit

Permalink
refactor playwright tests
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-tey committed Aug 9, 2023
1 parent 52ec26d commit 096a08a
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
3 changes: 3 additions & 0 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "playwright test",
"test:ui": "playwright test --ui",
"test:replay": "playwright test --project replay-chromium --reporter=@replayio/playwright/reporter,line",
"format:write": "prettier --write \"**/*.{css,js,json,jsx,ts,tsx}\"",
"format": "prettier \"**/*.{css,js,json,jsx,ts,tsx}\"",
"lint": "next lint"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
"dev": "turbo dev",
"lint": "turbo lint",
"clean": "turbo clean",
"test": "playwright test",
"test:ui": "playwright test --ui",
"test:replay": "playwright test --project replay-chromium --reporter=@replayio/playwright/reporter,line",
"format:write": "prettier --write \"**/*.{css,js,json,jsx,ts,tsx}\"",
"format": "prettier \"**/*.{css,js,json,jsx,ts,tsx}\""
},
Expand Down

0 comments on commit 096a08a

Please sign in to comment.