Skip to content

Commit baff346

Browse files
committed
update: config
1 parent 05eab72 commit baff346

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

config/local.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
"bstack:options": {
66
"projectName": "Pytest Browserstack",
77
"buildName": "browserstack-build-1",
8-
"sessionName": "Bstack Local Test",
98
"local": true,
109
"debug": "true",
1110
"networkLogs": "true"
12-
}
11+
},
12+
"name":"Bstack Local Test"
1313
},
1414
"environments": [
1515
{

config/sample.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
"bstack:options": {
66
"projectName": "Pytest Browserstack",
77
"buildName": "browserstack-build-1",
8-
"sessionName": "Bstack Sample Test",
98
"local": false,
109
"debug": "true",
1110
"networkLogs": "true"
12-
}
11+
},
12+
"name":"BStack pytest sample"
1313
},
1414
"environments": [
1515
{

0 commit comments

Comments
 (0)