Skip to content

Commit

Permalink
feat: show link to the session on SL website
Browse files Browse the repository at this point in the history
So that I can just CMD+click it from terminal and see what's going on in the browser...
  • Loading branch information
vojtajina committed Nov 25, 2013
1 parent bf5df26 commit 4c3b050
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ var SauceLabsBrowser = function(id, args, sauceConnect, /* config.sauceLabs */ c
return emitter.emit('browser_process_failure', self);
}

log.info('%s session at https://saucelabs.com/tests/%s', browserName, driver.sessionID);
log.debug('WebDriver channel instantiated, opening ' + url);
driver.get(url, heartbeat);
});
Expand Down

0 comments on commit 4c3b050

Please sign in to comment.