Skip to content

Commit 8aa6031

Browse files
committed
test(crossbrowsertesting): added names for the tests
1 parent 795f3ef commit 8aa6031

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

wdio.conf-crossbrowsertesting.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ exports.config = {
8686
// https://support.smartbear.com/crossbrowsertesting/docs/automated-testing/automation-capabilities.html
8787

8888
{
89+
name: 'loading attribute polyfill',
8990
browserName: 'Chrome',
9091
platform: 'Windows 10',
9192
version: 'latest',
@@ -100,6 +101,7 @@ exports.config = {
100101
// record_video: false
101102
// },
102103
{
104+
name: 'loading attribute polyfill',
103105
browserName: 'Firefox',
104106
platformName: 'Windows 10',
105107
browserVersion: 'latest',
@@ -128,27 +130,31 @@ exports.config = {
128130
// record_video: false
129131
// },
130132
{
133+
name: 'loading attribute polyfill',
131134
browserName: 'Internet Explorer',
132135
platform: 'Windows 10',
133136
version: '11',
134137
maxInstances: 5,
135138
record_video: false,
136139
},
137140
{
141+
name: 'loading attribute polyfill',
138142
browserName: 'Internet Explorer',
139143
platform: 'Windows 7',
140144
version: '9',
141145
maxInstances: 5,
142146
record_video: false,
143147
},
144148
{
149+
name: 'loading attribute polyfill',
145150
browserName: 'Safari',
146151
platform: 'MacOS 11.0',
147152
version: '14',
148153
maxInstances: 5,
149154
record_video: false,
150155
},
151156
// {
157+
// name: 'loading attribute polyfill',
152158
// browserName: 'Safari',
153159
// platform: 'Mac OSX 10.13',
154160
// version: '11',

0 commit comments

Comments
 (0)