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

Runs tests on IE11 when requesting IE8, 9, or 10 on Windows 7 #8

Open
mezz opened this issue Aug 6, 2014 · 1 comment
Open

Runs tests on IE11 when requesting IE8, 9, or 10 on Windows 7 #8

mezz opened this issue Aug 6, 2014 · 1 comment
Assignees
Labels

Comments

@mezz
Copy link

mezz commented Aug 6, 2014

Using the following browser statement in Dalekfile.json

"browsers": [
  {
    "ie8Win7": {
      "platform": "Windows 7",
      "actAs": "internet explorer",
      "version": 8
    }
  }
],

Run any version of the ie browser (8, 9, 10), and it runs ie11 instead.

> dalek test.js -b ie8Win7 -d sauce
Running tests
Running Browser: Internet Explorer
OS: Windows 7
Browser Version: 11
...

DalekJS CLI Tools Version: 0.0.4
DalekJS local install: 0.0.8
dalek-driver-sauce 0.0.1

@asciidisco
Copy link
Member

Guess that is a problem in delivering the browser version contents to Sauce. I´ll investigate.

@asciidisco asciidisco added the bug label Aug 13, 2014
@asciidisco asciidisco self-assigned this Aug 13, 2014
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

2 participants