jeffb-sfdc

Results 42 comments of jeffb-sfdc

@protozoo I'm in the same boat - I'm writing a test for our extension, and one of the commands in our extension prompts the user with an input box. I...

@christian-bromann you beat me to it! I had just figured out what you had just posted and was in the middle is posting the solution when you posted your reply....

I posted https://github.com/webdriverio-community/wdio-vscode-service/pull/49 to address this issue.

@christian-bromann since my PR was merged this ticket can probably be closed.

@christian-bromann any guidance on this? Our product is made up of not a single extension, but several extensions. When I run using WDIO, only the primary/main extension is loaded.

@christian-bromann my observation is that when debugging with wdio-vscode-service, neither placing `debugger` statements in the extension's source code, or calling `executeComand()` work. Placing `debugger` in the test suite code, or...

@Bartheleway I'm seeing the same as what you reported on 9/30, and this seems to be fixed, so I'm going to close out this ticket.

@Bartheleway I'm reopening this issue. The issue you initially reported was that tests automatically run when deploying, and they shouldn't be. That no longer seems to be the case, so...

@Bartheleway I've spoken to a colleague about this... just to clarify, the steps to reproduce this is: 1. Take an apex file 2. Update it locally 3. Set your default...