Skip to content

Commit cacceaf

Browse files
committed
test: specified the browser versions within their names
for easier separating the tests
1 parent 7e91650 commit cacceaf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

webdriverio-tests/wdio.conf-crossbrowsertesting.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,23 +131,23 @@ exports.config = {
131131
// },
132132
{
133133
name: 'loading attribute polyfill',
134-
browserName: 'Internet Explorer',
134+
browserName: 'Internet Explorer 11',
135135
platform: 'Windows 10',
136136
version: '11',
137137
maxInstances: 5,
138138
record_video: false,
139139
},
140140
{
141141
name: 'loading attribute polyfill',
142-
browserName: 'Internet Explorer',
142+
browserName: 'Internet Explorer 9',
143143
platform: 'Windows 7',
144144
version: '9',
145145
maxInstances: 5,
146146
record_video: false,
147147
},
148148
{
149149
name: 'loading attribute polyfill',
150-
browserName: 'Safari',
150+
browserName: 'Safari 14',
151151
platform: 'MacOS 11.0',
152152
version: '14',
153153
maxInstances: 5,

0 commit comments

Comments
 (0)