Skip to content

Commit

Permalink
Merge pull request #169 from cytechmobile/chore/downgrade-to-wdio-v8
Browse files Browse the repository at this point in the history
chore(e2e): downgrade to WebdriverIO v8
  • Loading branch information
QZera authored Dec 31, 2024
2 parents 2babfc0 + e87299e commit b21bb12
Show file tree
Hide file tree
Showing 5 changed files with 942 additions and 836 deletions.
24 changes: 9 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"test:typings:extension": "tsc --noEmit",
"test:typings:webviews": "cd ./src/webviews && npm run type-check",
"test:unit": "echo \"Unit testing not yet implemented.\"",
"test:e2e": "wdio run ./test/e2e/wdio.conf.ts"
"test:e2e": "TS_NODE_PROJECT=test/e2e/tsconfig.wdio.json wdio run ./test/e2e/wdio.conf.ts"
},
"main": "./dist/extension.js",
"activationEvents": [
Expand Down Expand Up @@ -584,34 +584,28 @@
"@types/mocha": "^10.0.9",
"@types/node": "^20.11.21",
"@types/vscode": "^1.91.0",
"@wdio/cli": "^9.2.11",
"@wdio/globals": "^9.2.11",
"@wdio/local-runner": "^9.2.11",
"@wdio/mocha-framework": "^9.2.8",
"@wdio/spec-reporter": "^9.2.8",
"@wdio/types": "^9.2.2",
"@wdio/cli": "^8.41.0",
"@wdio/globals": "^8.41.0",
"@wdio/local-runner": "^8.41.0",
"@wdio/mocha-framework": "^8.41.0",
"@wdio/spec-reporter": "^8.41.0",
"@wdio/types": "^8.41.0",
"esbuild": "^0.23.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-jasmine": "^4.2.2",
"eslint-plugin-prettier-vue": "^4.2.0",
"eslint-plugin-tailwindcss": "^3.14.3",
"eslint-plugin-vue-scoped-css": "^2.7.2",
"expect-webdriverio": "^5.0.4",
"npm-run-all": "^4.1.5",
"simple-git-hooks": "^2.9.0",
"ts-node": "^10.9.2",
"ts-xor": "^1.3.0",
"tsx": "^4.19.2",
"typescript": "^5.3.3",
"wdio-vscode-service": "^6.1.2",
"webdriverio": "^9.2.11",
"webdriverio": "^8.41.0",
"zx": "^8.1.9"
},
"overrides": {
"wdio-vscode-service": {
"webdriverio": "^9.2.11"
}
},
"simple-git-hooks": {
"pre-commit": "npm run lint"
},
Expand Down
Loading

0 comments on commit b21bb12

Please sign in to comment.