Skip to content

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

@mezz

Description

@mezz

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions