Add MS Edge testing with saucelabs.

This commit is contained in:
John-David Dalton
2015-09-02 08:44:46 -07:00
parent 57ad32448f
commit 5648fe940c

View File

@@ -103,10 +103,11 @@ var browserNameMap = {
/** List of platforms to load the runner on. */
var platforms = [
['Linux', 'android', '5.1'],
['Windows 10', 'firefox', '39'],
['Windows 10', 'firefox', '38'],
['Windows 10', 'chrome', '44'],
['Windows 10', 'chrome', '43'],
['Windows 10', 'firefox', '39'],
['Windows 10', 'firefox', '38'],
['Windows 10', 'microsoftedge', '20.10240'],
['Windows 10', 'internet explorer', '11'],
['Windows 8', 'internet explorer', '10'],
['Windows 7', 'internet explorer', '9'],