Skip to content

Commit 795f3ef

Browse files
committed
test(crossbrowsertesting): added IE9
1 parent 6725013 commit 795f3ef

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

wdio.conf-crossbrowsertesting.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,13 @@ exports.config = {
134134
maxInstances: 5,
135135
record_video: false,
136136
},
137+
{
138+
browserName: 'Internet Explorer',
139+
platform: 'Windows 7',
140+
version: '9',
141+
maxInstances: 5,
142+
record_video: false,
143+
},
137144
{
138145
browserName: 'Safari',
139146
platform: 'MacOS 11.0',

0 commit comments

Comments
 (0)