Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Commit

Permalink
feat(sauceprovider): runner now prints a link to saucelabs test URL
Browse files Browse the repository at this point in the history
  • Loading branch information
juliemr committed May 19, 2014
1 parent fd7fe4a commit 546d41f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/driverProviders/sauce.dp.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ SauceDriverProvider.prototype.updateJob = function(update) {
var deferred = q.defer();
var self = this;
this.driver_.getSession().then(function(session) {
console.log('SauceLabs results avaiable at http://saucelabs.com/jobs/' +
session.getId());
self.sauceServer_.updateJob(session.getId(), update, function(err) {
if (err) {
throw new Error(
Expand Down

0 comments on commit 546d41f

Please sign in to comment.