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

Commit 546d41f

Browse files
committed
feat(sauceprovider): runner now prints a link to saucelabs test URL
1 parent fd7fe4a commit 546d41f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/driverProviders/sauce.dp.js

+2
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ SauceDriverProvider.prototype.updateJob = function(update) {
2727
var deferred = q.defer();
2828
var self = this;
2929
this.driver_.getSession().then(function(session) {
30+
console.log('SauceLabs results avaiable at http://saucelabs.com/jobs/' +
31+
session.getId());
3032
self.sauceServer_.updateJob(session.getId(), update, function(err) {
3133
if (err) {
3234
throw new Error(

0 commit comments

Comments
 (0)