Open eric-burel opened 6 years ago
Maybe related to the fact that this package doesn't work with test-packages due to Meteor issue: https://github.com/meteor/meteor/issues/8577
Seeing this as well. From what I can see, playing around with different versions of selenium-webdriver
and chromedriver
might temporarily fix this. But that's a real pain, haven't found a working combo yet.
Looks like this issue is part of https://github.com/meteortesting/meteor-browser-tests or even further down the line - haven't looked into it yet.
@Floriferous since you want to use chrome, can you take a look at Puppeteer? https://github.com/meteortesting/meteor-browser-tests#puppeteer It's a headless version of chrome which doesn't use selenium but directly communicates with a headless version of chrome.
Not sure if this helps but I'm using TEST_BROWSER_DRIVER=chrome
on OSX with these versions:
"chromedriver": "^2.41.0",
"selenium-webdriver": "^3.6.0",
Thx @hexsprite , "selenium-webdriver": "^3.6.0"
did it for me.
It was "selenium-webdriver": "^4.0.0-alpha.1"
before which might not be compatible (?)
So I guess this issue is closed then. If not, please create a new issue on https://github.com/meteortesting/meteor-browser-tests which is used by this package to start up the browsers.
But I rather see this as an issue with the selenium driver than a problem with either this or the named package.
I think you can close if the documentation is updated.
Thanks, I'm adding a cross-reference to https://github.com/meteortesting/meteor-mocha/issues/80
Hi, When running this command:
TEST_BROWSER_DRIVER=chrome TEST_WATCH=1 meteor test-packages ./packages/* --driver-package meteortesting:mocha --raw-logs
, I get the error below. This seems to be a config issue when setting up the Chrome driver.