We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05eab72 commit baff346Copy full SHA for baff346
config/local.json
@@ -5,11 +5,11 @@
5
"bstack:options": {
6
"projectName": "Pytest Browserstack",
7
"buildName": "browserstack-build-1",
8
- "sessionName": "Bstack Local Test",
9
"local": true,
10
"debug": "true",
11
"networkLogs": "true"
12
- }
+ },
+ "name":"Bstack Local Test"
13
},
14
"environments": [
15
{
config/sample.json
- "sessionName": "Bstack Sample Test",
"local": false,
+ "name":"BStack pytest sample"
0 commit comments