Skip to content

Commit e74985e

Browse files
committed
Updated conf
1 parent 946a5b2 commit e74985e

File tree

1 file changed

+12
-15
lines changed

1 file changed

+12
-15
lines changed

wdio.lt.parallel.conf.js

Lines changed: 12 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
export const config = {
22
specs: [
3-
// './test/specs/**/*.js',
4-
'./test/specs/to-have-url.e2e.js',
3+
'./test/specs/**/*.js',
4+
// './test/specs/to-have-url.e2e.js',
55
// './test/specs/to-have-url-containing.e2e.js',
66
// './test/specs/to-have-title.e2e.js',
77
// './test/specs/to-have-title-containing.e2e.js',
@@ -38,30 +38,27 @@ export const config = {
3838
// './test/specs/regular-expression.e2e.js',
3939
],
4040
maxInstances: 10,
41-
commonCapabilities: {
42-
name: 'WebdriverIO Parallel Test Execution',
43-
build: `WebdriverIO Build - ${new Date().toJSON()}`,
44-
project: "WebdriverIO Tests",
45-
"LT:Options": {
46-
"w3c": true,
47-
"plugin": "node_js-webdriverio"
48-
}
49-
},
5041
capabilities: [
5142
{
5243
platfrom: "Windows 10",
5344
browserName: "Chrome",
54-
version: "latest"
45+
version: "latest",
46+
project: "WebdriverIO Tests",
47+
build: `WebdriverIO Build - ${new Date().toJSON()}`
5548
},
5649
{
5750
platform: "Windows 10",
5851
browserName: "Firefox",
59-
version: "latest"
52+
version: "latest",
53+
project: "WebdriverIO Tests",
54+
build: `WebdriverIO Build - ${new Date().toJSON()}`
6055
},
6156
{
6257
platform: "MacOS Ventura",
6358
browserName: "Safari",
64-
version: "latest"
59+
version: "latest",
60+
project: "WebdriverIO Tests",
61+
build: `WebdriverIO Build - ${new Date().toJSON()}`
6562
}
6663
],
6764
user: process.env.LT_USERNAME,
@@ -84,4 +81,4 @@ export const config = {
8481
ui: 'bdd',
8582
timeout: 60000
8683
},
87-
}
84+
}

0 commit comments

Comments
 (0)