qunit-harness
Advanced tools
Comparing version 0.1.14 to 0.1.15
@@ -18,2 +18,3 @@ 'use strict'; | ||
var platform = [platformResults.platform[0], platformResults.platform[1], platformResults.platform[2] || ''].join(' '); | ||
var url = platformResults.url; | ||
@@ -34,2 +35,4 @@ var runningError = !platformResults.result || typeof platformResults.result === 'string'; | ||
msg.push('(' + url + ')'); | ||
console.log(msg.join(' ')); | ||
@@ -36,0 +39,0 @@ |
@@ -109,3 +109,7 @@ 'use strict'; | ||
var accountUrl = 'https://saucelabs.com/u/' + this.options.username; | ||
console.log('See the progress: ' + accountUrl + ' (session: "' + this.options.testName + '", build: "' + this.options.build + '")'); | ||
this._report(); | ||
this.reportingInterval = setInterval(function () { | ||
@@ -112,0 +116,0 @@ return _this._report(); |
{ | ||
"name": "qunit-harness", | ||
"version": "0.1.14", | ||
"version": "0.1.15", | ||
"description": "A library for running qunit tests on a local machine and in the SauceLabs environment.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/AlexanderMoskovkin/qunit-harness", |
441033
12221