webdriverio-community / wdio-vscode-service

A service to test VSCode extensions from end to end using WebdriverIO
https://webdriverio-community.github.io/wdio-vscode-service/
MIT License
29 stars 23 forks source link

browserVersion: insiders fails #124

Open kgartland-rstudio opened 1 month ago

kgartland-rstudio commented 1 month ago

Version: wdio-vscode-service": "^6.1.0

When running with browserVersion: "insiders" I hit the following error:

2024-06-21T15:19:35.831Z INFO @wdio/local-runner: shutting down SevereServiceError in "onPrepare" SevereServiceError: A service failed in the 'onPrepare' hook SevereServiceError: Couldn't set up VSCode: Invalid version main at VSCodeServiceLauncher._downloadVSCode (file:///Users/kgartland/work/publishing-client/test/vscode-ui/node_modules/wdio-vscode-service/src/launcher.ts:192:19) at async VSCodeServiceLauncher._setupVSCodeDesktop (file:///Users/kgartland/work/publishing-client/test/vscode-ui/node_modules/wdio-vscode-service/src/launcher.ts:175:47) at async VSCodeServiceLauncher.onPrepare (file:///Users/kgartland/work/publishing-client/test/vscode-ui/node_modules/wdio-vscode-service/src/launcher.ts:95:17) at async file:///Users/kgartland/work/publishing-client/test/vscode-ui/node_modules/@wdio/cli/build/utils.js:42:17 at async Promise.all (index 0) at async Launcher.run (file:///Users/kgartland/work/publishing-client/test/vscode-ui/node_modules/@wdio/cli/build/launcher.js:93:13) Stopping runner... at file:///Users/kgartland/work/publishing-client/test/vscode-ui/node_modules/@wdio/cli/build/utils.js:58:35 at async Launcher.run (file:///Users/kgartland/work/publishing-client/test/vscode-ui/node_modules/@wdio/cli/build/launcher.js:93:13)

Running with browserVersion: "stable" works as expected.