-
Notifications
You must be signed in to change notification settings - Fork 11
Doesn't work with wdio launcher #2
Comments
Are you running your tests in Chrome v63 or higher? |
@christian-bromann Please see it yourself by cloning my repo(Its hardly 20 lines of code and I have updated it with detailed instructions in README). |
Doesn't work for me as well. Facing same issue. Not working with wdio launcher. |
Using webdriverio launcher seems opening two windows at a time which is obstructing to capture the network data. |
@christian-bromann happens same with yarn also and npm also.After removing
|
I have set up the latest version of selenium-standalone with the latest selenium, chrome, and chromedriver.
When I run the tests manually using
wdio ./wdio.conf.js
it runs perfectly BUT it does NOT run through webdriverio launcher. (Tests do no capture the network request params)Here's how I am using webdriverio launcher:
I don't know if this is related to wdio launcher, but it's just not running tests which are written using this service tool.
The text was updated successfully, but these errors were encountered: