Skip to content

Commit 13d19cb

Browse files
anushagadepallicherukumilli
authored andcommitted
Fixes #13 sauce labs is configured to test on internet explorer and safari (#14)
1 parent 7005234 commit 13d19cb

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

Diff for: wct.conf.json

+13-2
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,21 @@
88
"version": ""
99
},
1010
{
11-
"browserName": "firefox",
11+
"browserName": "internet explorer",
1212
"platform": "Windows 10",
13-
"version": ""
13+
"version": "11"
14+
},
15+
{
16+
"browserName": "safari",
17+
"platform": "OS X 10.11",
18+
"version": "9"
19+
},
20+
{
21+
"browserName": "safari",
22+
"platform": "OS X 10.11",
23+
"version": "10"
1424
}
25+
1526
]
1627
}
1728
}

0 commit comments

Comments
 (0)