Skip to content

Commit 7e77891

Browse files
committed
Add Playwright as a devDependency in package.json and package-lock.json for improved testing capabilities.
1 parent f75ac7c commit 7e77891

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package-lock.json

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
"devDependencies": {
4040
"@advanced-rest-client/arc-demo-helper": "^3.0.3",
4141
"@api-components/api-model-generator": "^0.2.14",
42-
4342
"@commitlint/cli": "^18.4.3",
4443
"@commitlint/config-conventional": "^18.4.3",
4544
"@open-wc/eslint-config": "^12.0.0",
@@ -51,9 +50,10 @@
5150
"@web/test-runner-playwright": "^0.11.0",
5251
"eslint": "^8.55.0",
5352
"eslint-config-prettier": "^9.1.0",
54-
"rimraf": "^5.0.5",
5553
"husky": "^7.0.2",
5654
"lint-staged": "^11.1.2",
55+
"playwright": "^1.40.1",
56+
"rimraf": "^5.0.5",
5757
"sinon": "^11.1.2",
5858
"typescript": "^4.4.3",
5959
"typescript-lit-html-plugin": "^0.9.0"

0 commit comments

Comments
 (0)