Skip to content

Instantly share code, notes, and snippets.

@mezz
Last active August 29, 2015 14:04
Show Gist options
  • Save mezz/6910fb14a092b6a472dd to your computer and use it in GitHub Desktop.
Save mezz/6910fb14a092b6a472dd to your computer and use it in GitHub Desktop.
IE Testing
{
"browsers": [
{
"ie11Win7": {
"platform": "Windows 7",
"actAs": "internet explorer",
"version": 11
},
"ie10Win7": {
"platform": "Windows 7",
"actAs": "internet explorer",
"version": 10
},
"ie9Win7": {
"platform": "Windows 7",
"actAs": "internet explorer",
"version": 9
},
"ie8Win7": {
"platform": "Windows 7",
"actAs": "internet explorer",
"version": 8
}
}
],
"driver.sauce": {
"user": "*****",
"key": "*****"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment