Skip to content
New issue

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

Sauce driver not used correctly #5

Open
cupito opened this issue Jun 24, 2014 · 2 comments
Open

Sauce driver not used correctly #5

cupito opened this issue Jun 24, 2014 · 2 comments
Assignees
Labels

Comments

@cupito
Copy link

cupito commented Jun 24, 2014

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 asciidisco added the bug label Jun 28, 2014
@asciidisco asciidisco self-assigned this Jun 28, 2014
@asciidisco
Copy link
Member

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

@jonpreston
Copy link

ping

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants