Skip to content

Commit 5383bd8

Browse files
princebaretto99francisf
authored andcommitted
Update codecept.conf.js
1 parent 7625ce5 commit 5383bd8

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

src/test/single/codecept.conf.js

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ exports.config = {
1111
user: BROWSERSTACK_USERNAME,
1212
key: BROWSERSTACK_ACCESS_KEY,
1313
browser: 'Edge',
14+
//Mentioned below are the capabilities based on JSON Wire Protocol
1415
capabilities: {
1516
"os": "Windows",
1617
"os_version": "10",
@@ -20,6 +21,18 @@ exports.config = {
2021
"browserstack.debug": "true",
2122
'browserstack.networkLogs': 'true',
2223
}
24+
//We can also use capabilities based on W3C protocol as mentioned below:
25+
// capabilities: {
26+
// 'bstack:options' :
27+
// "os": "Windows",
28+
// "osVersion": "10",
29+
// "buildName": "Single_Execution",
30+
// "sessionName": "Single Test Edge",
31+
// "debug" : "true",
32+
// "networkLogs" : "true",
33+
// },
34+
// "browserVersion": "latest",
35+
// }
2336
}
2437
},
2538
include: {

0 commit comments

Comments
 (0)