11export 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