-
-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't run client tests with Chrome on Ubuntu #71
Comments
Maybe related to the fact that this package doesn't work with test-packages due to Meteor issue: meteor/meteor#8577 |
Seeing this as well. From what I can see, playing around with different versions of |
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
|
Thx @hexsprite , It was |
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 #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.
The text was updated successfully, but these errors were encountered: