diff --git a/package.json b/package.json index 5669d8dbfac1..b5ada9aa4458 100644 --- a/package.json +++ b/package.json @@ -30,6 +30,7 @@ "lodash": "~2.4.1", "mkdirp": "^0.5.0", "mocha": "~1.20.1", + "mocha-screencast-reporter": "~0.1.4", "path-browserify": "0.0.0", "progress": "^1.1.8", "request": "^2.40.0", diff --git a/tasks/config/saucelabs-mocha.js b/tasks/config/saucelabs-mocha.js index 69c28384e740..aee0b7d78bf3 100644 --- a/tasks/config/saucelabs-mocha.js +++ b/tasks/config/saucelabs-mocha.js @@ -2,7 +2,7 @@ module.exports = { unit: { options: { urls: [ - 'http://localhost:8000/test/unit/' + 'http://localhost:8000/test/unit/?saucelabs=true' ], testname: 'Kibana Browser Tests', build: process.env.TRAVIS_BUILD_ID || 'test build', @@ -24,7 +24,7 @@ module.exports = { }, { browserName: 'internet explorer', - platform: 'Windows 7' + platform: 'Windows 8' } ] } diff --git a/test/unit/index.html b/test/unit/index.html index 52256d4d11c3..630d2de5e5d8 100644 --- a/test/unit/index.html +++ b/test/unit/index.html @@ -2,17 +2,23 @@ Kibana4 Tests + + + + +