wdio-vscode-service
wdio-vscode-service copied to clipboard
Investigate issues running `workbench.executeCommand("...")` for VSCode in the browser
Running workbench.executeCommand("...")
doesn't seem to work running VSCode for the browser. Let's investigate this and make it interoperable. This should also allow us to unskip some of the e2e tests.
Not sure if this is related but I've been experiencing some weird issues with workbench.executeCommand
as well, but not in the browser.
When using it to execute a vscode.openFolder
command twice throughout a test suite, the second time never worked...
I ended up splitting my tests so I would never have to open two folders in them but it's still not ideal.
@MaxKless, your issue should be resolved in v6 by #106. That doesn't address Christian's initial concern though.