Files
Trilium/packages/splitjs/test/ie8/browserstack.json

14 lines
279 B
JSON
Raw Normal View History

2018-11-04 14:32:14 -07:00
{
2018-11-04 15:46:18 -07:00
"exit_with_fail": true,
2018-11-04 14:32:14 -07:00
"test_framework": "jasmine2",
2018-11-04 15:50:10 -07:00
"test_path": "test/ie8/SpecRunner.html",
2018-11-04 14:32:14 -07:00
"browsers": [
{
"browser": "ie",
"browser_version": "8",
"os": "Windows",
"os_version": "7"
}
]
}