Open cupito opened 10 years ago
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
Yes. This is a bug & we have already some PRs ready to fix this. Thanks for reporting.
ping
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 got the 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