Skip to content

Commit

Permalink
fix: update playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
danielleroux committed Oct 25, 2024
1 parent cafecfb commit b076047
Show file tree
Hide file tree
Showing 4 changed files with 156 additions and 190 deletions.
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"dev": "stencil build --watch",
"test": "npm run test:spec && npm run test:ct",
"test:spec": "stencil test --spec",
"test:ct": "playwright test --config playwright-ct.config.ts --reporter list",
"visual-regression": "playwright test",
"test:ct": "playwright test --config playwright-ct.config.ts --reporter list --tsconfig tsconfig.lib.json",
"visual-regression": "playwright test --tsconfig tsconfig.lib.json",
"host-root": "http-server ./ -a 127.0.0.1 -p 8080 -c-1",
"generate": "stencil generate",
"pkg": "pnpm pack"
Expand All @@ -52,7 +52,7 @@
"luxon": "^3.4.4"
},
"devDependencies": {
"@playwright/test": "^1.32.1",
"@playwright/test": "^1.48.1",
"@siemens/ix-icons": "^2.0.0",
"@stencil-community/eslint-plugin": "^0.7.2",
"@stencil-community/postcss": "^2.2.0",
Expand Down
3 changes: 1 addition & 2 deletions packages/core/tsconfig.lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@
"jsxFactory": "h",
"preserveSymlinks": false,
"skipLibCheck": true,
"baseUrl": ".",
"paths": {
"@utils/test": ["src/tests/utils/test"]
"@utils/test": ["./src/tests/utils/test"]
}
// Strict check uncomment to check for strict
// "strict": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/core/tsconfig.node.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
"playwright-ct.config.ts",
"stencil.config.ts"
],
"exclude": ["node_modules", "src"]
"exclude": ["node_modules"]
}
Loading

0 comments on commit b076047

Please sign in to comment.