trilium/packages/splitjs/test/ie8/browserstack.json
2018-11-04 15:50:10 -07:00

14 lines
279 B
JSON

{
"exit_with_fail": true,
"test_framework": "jasmine2",
"test_path": "test/ie8/SpecRunner.html",
"browsers": [
{
"browser": "ie",
"browser_version": "8",
"os": "Windows",
"os_version": "7"
}
]
}