Skip to content

Commit 700e2c8

Browse files
committed
local comments
1 parent 15a0d0a commit 700e2c8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/browserstack.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ var test = require(config.test);
4444
for(var i in config.capabilities){
4545
var caps = config.capabilities[i];
4646
if(caps["browserstack.local"]){
47+
// Code to start browserstack local before start of test and stop browserstack local after end of test
4748
console.log("Connecting local");
4849
var bs_local = new browserstack.Local();
4950
bs_local.start({'key': accessKey }, function(error) {

0 commit comments

Comments
 (0)