Skip to content

Commit 11608bd

Browse files
committed
test: run tests against firefox and webdriverio too
1 parent 8ade7ea commit 11608bd

File tree

5 files changed

+1422
-14
lines changed

5 files changed

+1422
-14
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: pnpm typecheck
3737

3838
- name: Install Playwright Dependencies
39-
run: pnpm exec playwright install chromium --with-deps
39+
run: pnpm exec playwright install chromium firefox --with-deps
4040

4141
- name: Test
4242
run: pnpm test

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ export default defineConfig({
3737
test: {
3838
browser: {
3939
enabled: true,
40-
provider: "playwright",
41-
instances: [{ browser: "chromium" }],
4240
},
4341
},
4442
});

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@
5858
"prettier": "^3.5.3",
5959
"tsup": "^8.4.0",
6060
"typescript": "^5.8.3",
61-
"vitest": "^3.1.1"
61+
"vitest": "^3.1.1",
62+
"webdriverio": "^9.12.5"
6263
},
6364
"prettier": {}
6465
}

0 commit comments

Comments
 (0)