File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -29,12 +29,12 @@ def stop_local():
2929
3030def before_feature (context , feature ):
3131 desired_capabilities = CONFIG ['environments' ][TASK_ID ]
32- desired_capabilities ['browserstack.source' ] = 'behave:sample-master:v1.0'
3332 for key in CONFIG ["capabilities" ]:
3433 if key not in desired_capabilities :
3534 desired_capabilities [key ] = CONFIG ["capabilities" ][key ]
3635 elif key == "bstack:options" :
3736 desired_capabilities [key ].update (CONFIG ["capabilities" ][key ])
37+ desired_capabilities ['bstack:options' ]['source' ] = 'behave:sample-master:v1.1'
3838
3939 if "bstack:options" in desired_capabilities and "local" in desired_capabilities ["bstack:options" ] and desired_capabilities ["bstack:options" ]["local" ]:
4040 start_local ()
You can’t perform that action at this time.
0 commit comments