Skip to content

Commit 083c4f8

Browse files
committed
update the package.json and remove webdriver
1 parent b5565dc commit 083c4f8

File tree

3 files changed

+29
-904
lines changed

3 files changed

+29
-904
lines changed

configs/vitest.config.browser.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import path from "node:path";
2-
// import {webdriverio} from "@vitest/browser-webdriverio";
32
import {playwright} from "@vitest/browser-playwright";
43
import {nodePolyfills} from "vite-plugin-node-polyfills";
54
import {defineProject} from "vitest/config";

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848
"@types/node": "^22.18.6",
4949
"@types/react": "^19.1.12",
5050
"@vitest/browser": "^4.0.7",
51-
"@vitest/browser-webdriverio": "^4.0.7",
5251
"@vitest/browser-playwright": "^4.0.7",
5352
"@vitest/coverage-v8": "^4.0.7",
5453
"bun-types": "^1.2.21",
@@ -62,6 +61,7 @@
6261
"node-gyp": "^9.4.0",
6362
"npm-run-all": "^4.1.5",
6463
"path-browserify": "^1.0.1",
64+
"playwright": "^1.56.1",
6565
"prettier": "^3.2.5",
6666
"process": "^0.11.10",
6767
"rollup-plugin-visualizer": "^5.12.0",
@@ -77,9 +77,7 @@
7777
"vite-plugin-top-level-await": "^1.6.0",
7878
"vitest": "^4.0.7",
7979
"vitest-when": "^0.9.0",
80-
"wait-port": "^1.1.0",
81-
"webdriverio": "^9.20.0",
82-
"playwright": "^1.56.1"
80+
"wait-port": "^1.1.0"
8381
},
8482
"resolutions": {
8583
"dns-over-http-resolver": "^2.1.1",

0 commit comments

Comments
 (0)