Skip to content

Sauce driver not used correctly #5

@cupito

Description

@cupito

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions