We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am using the given browser configuration in the docs
"browsers": [{ "chrome": { "platform": "OS X 10.6", "actAs": "chrome", "version": 27 }, "chromeWin": { "platform": "Windows 7", "actAs": "chrome", "version": 27 }, "chromeLinux": { "platform": "Linux", "actAs": "chrome", "version": 26 } }]
But if I start the test with dalek test.js -d sauce -b chrome,chromeWin,chromeLinux I got the following output.
dalek test.js -d sauce -b chrome,chromeWin,chromeLinux
Running tests Running Browser: Google Chrome OS: OS X 10.6 Browser Version: 28.0.1500.95
What's going wrong? Bug in sauce labs or dalekjs? Had same strange issues with windows 8 and 8.1
Could this depend on the implemented browser list in dalek-driver-sauce/lib/browser.js
dalek-driver-sauce/lib/browser.js
The text was updated successfully, but these errors were encountered:
Yes. This is a bug & we have already some PRs ready to fix this. Thanks for reporting.
Sorry, something went wrong.
ping
asciidisco
No branches or pull requests
I am using the given browser configuration in the docs
But if I start the test with
dalek test.js -d sauce -b chrome,chromeWin,chromeLinux
I gotthe following output.
What's going wrong? Bug in sauce labs or dalekjs?
Had same strange issues with windows 8 and 8.1
Could this depend on the implemented browser list in
dalek-driver-sauce/lib/browser.js
The text was updated successfully, but these errors were encountered: