dalekjs / dalek-driver-sauce

[unmaintained] Sauce Labs bindings for DalekJS
MIT License
4 stars 5 forks source link

Sauce driver not used correctly #5

Open cupito opened 10 years ago

cupito commented 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.

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

asciidisco commented 10 years ago

Yes. This is a bug & we have already some PRs ready to fix this. Thanks for reporting.

jonpreston commented 10 years ago

ping