Skip to content

Commit

Permalink
Fix Playwright CI?
Browse files Browse the repository at this point in the history
  • Loading branch information
bvaughn committed Jul 15, 2023
1 parent f0001b9 commit f31d226
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
},
"devDependencies": {
"@babel/preset-typescript": "^7.21.5",
"@playwright/test": "^1.35.0",
"@types/node": "^18.15.11",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10",
Expand Down
1 change: 0 additions & 1 deletion packages/react-resizable-panels-website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"@codemirror/language": "latest",
"@codemirror/state": "latest",
"@lezer/highlight": "latest",
"@playwright/test": "^1.35.0",
"kill-port": "latest",
"localforage": "latest",
"match-sorter": "latest",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ const { DEBUG } = process.env;

const config: PlaywrightTestConfig = {
use: {
browserName: "chromium",
headless: true,
viewport: { width: 400, height: 300 },
ignoreHTTPSErrors: true,
Expand All @@ -19,7 +20,6 @@ const config: PlaywrightTestConfig = {
if (process.env.DEBUG) {
config.use = {
...config.use,
browserName: "chromium",
headless: false,

launchOptions: {
Expand Down
11 changes: 5 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f31d226

Please sign in to comment.