wdio-vscode-service icon indicating copy to clipboard operation
wdio-vscode-service copied to clipboard

Investigate issues running `workbench.executeCommand("...")` for VSCode in the browser

Open christian-bromann opened this issue 2 years ago • 2 comments

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.

christian-bromann avatar Jul 18 '22 14:07 christian-bromann

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 avatar Sep 26 '22 08:09 MaxKless

@MaxKless, your issue should be resolved in v6 by #106. That doesn't address Christian's initial concern though.

seanpoulter avatar Feb 15 '24 19:02 seanpoulter