File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 },
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ def stop_local():
2929
3030def 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 ]
You can’t perform that action at this time.
0 commit comments