Skip to content

Commit 3473927

Browse files
author
Neha Agarwal
committed
Added source capability
1 parent 4411ffc commit 3473927

File tree

4 files changed

+6
-0
lines changed

4 files changed

+6
-0
lines changed

junit-4/src/test/resources/conf/local.conf.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"capabilities": {
66
"build": "junit-browserstack",
77
"name": "local_test",
8+
"browserstack.source": "junit-4-sample-selenium-3-v1.0",
89
"browserstack.debug": true,
910
"browserstack.local": true
1011
},

junit-4/src/test/resources/conf/parallel.conf.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"capabilities": {
66
"build": "junit-browserstack",
77
"name": "parallel_test",
8+
"browserstack.source": "junit-4-sample-selenium-3-v1.0",
89
"browserstack.debug": true
910
},
1011
"environments": [

junit-4/src/test/resources/conf/single.conf.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"capabilities": {
66
"build": "junit-browserstack",
77
"name": "single_test",
8+
"browserstack.source": "junit-4-sample-selenium-3-v1.0",
89
"browserstack.debug": true
910
},
1011
"environments": [

junit-5/src/test/resources/caps.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"common_caps": {
88
"name": "single-test",
99
"build": "junit5-browserstack",
10+
"browserstack.source": "junit-5-sample-selenium-3-v1.0",
1011
"browserstack.console": "verbose",
1112
"browserstack.networkLogs": "true",
1213
"browserstack.debug": "true"
@@ -24,6 +25,7 @@
2425
"common_caps": {
2526
"name": "local-test",
2627
"build": "junit5-browserstack",
28+
"browserstack.source": "junit-5-sample-selenium-3-v1.0",
2729
"browserstack.console": "verbose",
2830
"browserstack.local": "true",
2931
"browserstack.debug": "true"
@@ -41,6 +43,7 @@
4143
"common_caps": {
4244
"name": "parallel-test",
4345
"build": "junit5-browserstack",
46+
"browserstack.source": "junit-5-sample-selenium-3-v1.0",
4447
"browserstack.console": "verbose",
4548
"browserstack.debug": "true"
4649
},

0 commit comments

Comments
 (0)