add webdriverio framework
This commit is contained in:
parent
189662b9e0
commit
14beef39c2
9 changed files with 409 additions and 2 deletions
12
package.json
12
package.json
|
@ -10,7 +10,8 @@
|
|||
"preview": "vite preview",
|
||||
"dist": "vite build",
|
||||
"count-source-lines": "exec scripts/src-lc.sh",
|
||||
"typecheck": "tsc --noEmit --skipLibCheck"
|
||||
"typecheck": "tsc --noEmit --skipLibCheck",
|
||||
"wdio": "wdio run ./wdio.conf.ts"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "Rubicon",
|
||||
|
@ -18,17 +19,26 @@
|
|||
"devDependencies": {
|
||||
"@solid-devtools/overlay": "^0.30.1",
|
||||
"@suid/vite-plugin": "^0.3.1",
|
||||
"@testing-library/webdriverio": "^3.2.1",
|
||||
"@types/hammerjs": "^2.0.46",
|
||||
"@types/masonry-layout": "^4.2.8",
|
||||
"@vite-pwa/assets-generator": "^0.2.6",
|
||||
"@wdio/cli": "^9.4.5",
|
||||
"@wdio/lighthouse-service": "^9.4.5",
|
||||
"@wdio/local-runner": "^9.4.5",
|
||||
"@wdio/mocha-framework": "^9.4.4",
|
||||
"@wdio/spec-reporter": "^9.4.4",
|
||||
"postcss": "^8.4.49",
|
||||
"prettier": "^3.3.3",
|
||||
"tsx": "^4.19.2",
|
||||
"typescript": "^5.6.3",
|
||||
"vite": "^5.4.11",
|
||||
"vite-plugin-package-version": "^1.1.0",
|
||||
"vite-plugin-pwa": "^0.20.5",
|
||||
"vite-plugin-solid": "^2.10.2",
|
||||
"vite-plugin-solid-styled": "^0.11.1",
|
||||
"wdio-vite-service": "^2.0.0",
|
||||
"wdio-wait-for": "^3.0.11",
|
||||
"workbox-build": "^7.3.0",
|
||||
"wrangler": "^3.86.1"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue