Skip to content

Commit 77dd333

Browse files
Neha Agarwalfrancisf
authored andcommitted
Added source capability
1 parent c536cbd commit 77dd333

3 files changed

Lines changed: 25 additions & 17 deletions

File tree

src/test/local/codecept.conf.js

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@ exports.config = {
2020
"osVersion": "10",
2121
"local": "true",
2222
"projectName": "Codecept + WebdriverIO",
23-
"buildName": "Local_Execution",
24-
"sessionName": "Local Test",
23+
"buildName": "browserstack-build-1",
24+
"sessionName": "Bstack local codecept-js",
25+
"source": "codecept-js:sample-master-v1.0"
2526
},
2627
"browserVersion": "latest",
2728
}
@@ -32,8 +33,9 @@ exports.config = {
3233
// "browser_version": "latest",
3334
// "browserstack.local": "true",
3435
// "project": "Codecept + WebdriverIO",
35-
// "build": "Local_Execution",
36-
// "name": "Local Test",
36+
// "build": "browserstack-build-1",
37+
// "name": "Bstack local codecept-js",
38+
// "browserstack.source": "codecept-js:sample-master-v1.0"
3739
// }
3840
}
3941
},

src/test/parallel/codecept.conf.js

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,16 @@ exports.config = {
2222
{
2323
browser: "Safari",
2424
//For W3C-based scripts, use the following capabilties:
25-
capabilities: {
25+
desiredCapabilities: {
2626
"bstack:options" : {
2727
"os": "OS X",
2828
"osVersion": "Catalina",
2929
"projectName": "Codecept + WebdriverIO",
30-
"buildName": "Parallel_Execution",
31-
"sessionName": "Parallel Test Safari",
30+
"buildName": "browserstack-build-1",
31+
"sessionName": "Bstack parallel codecept-js 1",
3232
"debug" : "true",
3333
"networkLogs" : "true",
34+
"source": "codecept-js:sample-master-v1.0"
3435
},
3536
"browserVersion": "latest",
3637
},
@@ -41,10 +42,11 @@ exports.config = {
4142
"os_version": "Catalina",
4243
"browser_version": "latest",
4344
"project": "Codecept + WebdriverIO",
44-
"build": "Parallel_Execution",
45-
"name": "Parallel Test Safari",
45+
"build": "browserstack-build-1",
46+
"name": "Bstack parallel codecept-js 1",
4647
"browserstack.debug": "true",
4748
'browserstack.networkLogs': 'true',
49+
"browserstack.source": "codecept-js:sample-master-v1.0"
4850
},
4951
*/
5052
},
@@ -57,10 +59,11 @@ exports.config = {
5759
"os": "Windows",
5860
"osVersion": "10",
5961
"projectName": "Codecept + WebdriverIO",
60-
"buildName": "Parallel_Execution",
61-
"sessionName": "Parallel Test Firefox",
62+
"buildName": "browserstack-build-1",
63+
"sessionName": "Bstack parallel codecept-js 2",
6264
"debug" : "true",
6365
"networkLogs" : "true",
66+
"source": "codecept-js:sample-master-v1.0"
6467
},
6568
"browserVersion": "latest",
6669
},
@@ -71,10 +74,11 @@ exports.config = {
7174
"os_version": "10",
7275
"browser_version": "latest",
7376
"project": "Codecept + WebdriverIO",
74-
"build": "Parallel_Execution",
75-
"name": "Parallel Test Firefox",
77+
"build": "browserstack-build-1",
78+
"name": "Bstack parallel codecept-js 2",
7679
"browserstack.debug": "true",
7780
'browserstack.networkLogs': 'true',
81+
"browserstack.source": "codecept-js:sample-master-v1.0"
7882
},
7983
*/
8084
},

src/test/single/codecept.conf.js

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,11 @@ exports.config = {
1717
"os": "Windows",
1818
"osVersion": "10",
1919
"projectName": "Codecept + WebdriverIO",
20-
"buildName": "Single_Execution",
21-
"sessionName": "Single Test Edge",
20+
"buildName": "browserstack-build-1",
21+
"sessionName": "Bstack single codecept-js",
2222
"debug" : "true",
2323
"networkLogs" : "true",
24+
"source": "codecept-js:sample-master-v1.0"
2425
},
2526
"browserVersion": "latest",
2627
}
@@ -32,10 +33,11 @@ exports.config = {
3233
"os_version": "10",
3334
"browser_version": "latest",
3435
"project": "Codecept + WebdriverIO",
35-
"build": "Single_Execution",
36-
"name": "Single Test Edge",
36+
"build": "browserstack-build-1",
37+
"name": "Bstack single codecept-js",
3738
"browserstack.debug": "true",
3839
'browserstack.networkLogs': 'true',
40+
"browserstack.source": "codecept-js:sample-master-v1.0"
3941
}
4042
*/
4143
}

0 commit comments

Comments
 (0)