diff --git a/browserstack-ie8.json b/browserstack-ie8.json new file mode 100644 index 000000000..46a571831 --- /dev/null +++ b/browserstack-ie8.json @@ -0,0 +1,7 @@ +{ + "test_framework": "qunit", + "test_path": [ "test/unit-es5-shim.html", "test/functional-es5-shim.html" ], + "browsers": [ + "ie_8" + ] +} diff --git a/browserstack.json b/browserstack.json new file mode 100644 index 000000000..cbffa87f1 --- /dev/null +++ b/browserstack.json @@ -0,0 +1,17 @@ +{ + "test_framework": "qunit", + "test_path": [ "test/unit.html", "test/functional.html" ], + "browsers": [ + "chrome_previous", + "chrome_latest", + "firefox_previous", + "firefox_latest", + "ie_9", + "ie_10", + "ie_11", + "opera_previous", + "opera_latest", + "safari_previous", + "safari_latest" + ] +}