Skip to content

Commit 57b1c17

Browse files
Neha Agarwalfrancisf
authored andcommitted
corrected sessionName
1 parent 24d7c49 commit 57b1c17

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/test/resources/conf/local.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"capabilities": {
77
"bstack:options": {
88
"buildName": "browserstack-build-1",
9-
"sessionName": "local_test",
9+
"sessionName": "BStack local testng",
1010
"source": "testng:sample-master-v1.0",
1111
"debug": true,
1212
"local": true

src/test/resources/conf/parallel.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"capabilities": {
77
"bstack:options": {
88
"buildName": "browserstack-build-1",
9-
"sessionName": "parallel_test",
9+
"sessionName": "BStack parallel testng",
1010
"browserVersion": "latest",
1111
"source": "testng:sample-master-v1.0",
1212
"debug": true

src/test/resources/conf/single.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"capabilities": {
77
"bstack:options": {
88
"buildName": "browserstack-build-1",
9-
"sessionName": "single_test",
9+
"sessionName": "BStack single testng",
1010
"browserVersion": "latest",
1111
"source": "testng:sample-master-v1.0",
1212
"debug": true

src/test/resources/conf/suite.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"capabilities": {
77
"bstack:options": {
88
"buildName": "browserstack-build-1",
9-
"sessionName": "suite_test",
9+
"sessionName": "BStack suite testng",
1010
"source": "testng:sample-master-v1.0",
1111
"debug": true
1212
}

0 commit comments

Comments
 (0)