-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
Description
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.
Running tests
Running Browser: Google Chrome
OS: OS X 10.6
Browser Version: 28.0.1500.95What'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