Skip to content

Commit f08acc2

Browse files
karanshah-browserstackfrancisf
authored andcommitted
Add source capability
1 parent f318470 commit f08acc2

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

config/local.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"key": "BROWSERSTACK_ACCESS_KEY",
44

55
"capabilities": {
6-
"build": "behave-browserstack",
7-
"name": "local_test",
6+
"build": "browserstack-build-1",
7+
"name": "BStack local behave",
88
"browserstack.debug": true,
99
"browserstack.local": true
1010
},

config/parallel.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"key": "BROWSERSTACK_ACCESS_KEY",
44

55
"capabilities": {
6-
"build": "behave-browserstack",
7-
"name": "parallel_test",
6+
"build": "browserstack-build-1",
7+
"name": "BStack parallel behave",
88
"browserstack.debug": true
99
},
1010

config/single.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"key": "BROWSERSTACK_ACCESS_KEY",
44

55
"capabilities": {
6-
"build": "behave-browserstack",
7-
"name": "single_test",
6+
"build": "browserstack-build-1",
7+
"name": "BStack single behave",
88
"browserstack.debug": true
99
},
1010

features/environment.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def stop_local():
2929

3030
def before_feature(context, feature):
3131
desired_capabilities = CONFIG['environments'][TASK_ID]
32-
32+
desired_capabilities['browserstack.source'] = 'behave:sample-master:v1.0'
3333
for key in CONFIG["capabilities"]:
3434
if key not in desired_capabilities:
3535
desired_capabilities[key] = CONFIG["capabilities"][key]

0 commit comments

Comments
 (0)