File tree Expand file tree Collapse file tree 3 files changed +29
-904
lines changed Expand file tree Collapse file tree 3 files changed +29
-904
lines changed Original file line number Diff line number Diff line change 11import path from "node:path" ;
2- // import {webdriverio} from "@vitest/browser-webdriverio";
32import { playwright } from "@vitest/browser-playwright" ;
43import { nodePolyfills } from "vite-plugin-node-polyfills" ;
54import { defineProject } from "vitest/config" ;
Original file line number Diff line number Diff line change 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" ,
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" ,
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" ,
You can’t perform that action at this time.
0 commit comments