We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Guess that is a problem in delivering the browser version contents to Sauce. I´ll investigate.
Sorry, something went wrong.
asciidisco
No branches or pull requests
Using the following browser statement in Dalekfile.json
Run any version of the ie browser (8, 9, 10), and it runs ie11 instead.
DalekJS CLI Tools Version: 0.0.4
DalekJS local install: 0.0.8
dalek-driver-sauce 0.0.1
The text was updated successfully, but these errors were encountered: