accessibility-developer-tools
Version:
This is a library of accessibility-related testing and utility code.
50 lines (49 loc) • 1.26 kB
JSON
[
{
"browserName" : "firefox",
"platform" : "Linux",
"version": "40.0"
},
{
"browserName" : "chrome",
"platform" : "Windows 10",
"timeZone": "Pacific",
"version" : "51.0"
},
{
"browserName" : "internet explorer",
"version" : "11.0",
"platform" : "Windows 7",
"timeZone": "Pacific",
"prerun": {
"executable": "https://raw.githubusercontent.com/google/closure-library/master/scripts/ci/ie_setup.bat"
}
},
{
"browserName" : "internet explorer",
"version" : "10.0",
"timeZone": "Pacific",
"platform" : "Windows 7",
"prerun": {
"executable": "https://raw.githubusercontent.com/google/closure-library/master/scripts/ci/ie_setup.bat"
}
},
{
"browserName" : "internet explorer",
"version" : "9.0",
"platform" : "Windows 7",
"timeZone": "Pacific",
"prerun": {
"executable": "https://raw.githubusercontent.com/google/closure-library/master/scripts/ci/ie_setup.bat"
}
},
{
"browserName" : "internet explorer",
"version" : "8.0",
"platform" : "Windows 7",
"timeZone": "Pacific",
"prerun": {
"executable": "https://raw.githubusercontent.com/google/closure-library/master/scripts/ci/ie_setup.bat"
}
}
]