Skip to content

Commit 847b99e

Browse files
committed
chore: Remove playwright
1 parent 3a009c6 commit 847b99e

File tree

3 files changed

+1
-54
lines changed

3 files changed

+1
-54
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ jobs:
2222
- name: Install NPM dependencies
2323
run: npm ci
2424

25-
- name: Install playwright dependencies
26-
run: npx playwright install-deps
27-
2825
- name: build
2926
run: npm run build
3027

@@ -33,4 +30,4 @@ jobs:
3330
CI: true
3431
run: |
3532
npm run lint
36-
npm run test:browsers
33+
npm run test

package-lock.json

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

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
"build": "microbundle -f cjs,es,umd",
1212
"lint": "eslint src/*.{js,jsx}",
1313
"test": "wtr src/*.test.{js,jsx}",
14-
"test:browsers": "wtr src/*.test.{js,jsx} --playwright --browsers chromium firefox webkit",
1514
"prettier": "prettier **/*.{js,jsx} --write",
1615
"prepublishOnly": "npm run build && npm run lint && npm run test"
1716
},
@@ -58,7 +57,6 @@
5857
"@open-wc/testing": "^4.0.0",
5958
"@web/dev-server-esbuild": "^1.0.4",
6059
"@web/test-runner": "^0.20.2",
61-
"@web/test-runner-playwright": "^0.11.1",
6260
"eslint": "^7.7.0",
6361
"eslint-config-developit": "^1.2.0",
6462
"microbundle": "^0.15.1",

0 commit comments

Comments
 (0)