From 45905d8aa7f9835a77040d4d4b56f3766b2c6fcd Mon Sep 17 00:00:00 2001 From: Alexander Wunschik Date: Wed, 28 Jun 2017 16:36:10 +0200 Subject: [PATCH] added phantomjs as dependency; minor changes --- .gemini.js | 21 +++++++++++++++++++++ package.json | 2 ++ 2 files changed, 23 insertions(+) diff --git a/.gemini.js b/.gemini.js index 8d8cac73..dfde1cbf 100644 --- a/.gemini.js +++ b/.gemini.js @@ -10,10 +10,31 @@ module.exports = { desiredCapabilities: { browserName: "phantomjs" } + }, + + /* + chrome: { + desiredCapabilities: { + browserName: 'chrome', + chromeOptions: { + args: ["disable-gpu", "no-sandbox"] + } + } + } + */ + + /* + firefox: { + desiredCapabilities: { + browserName: "firefox" + version: "47.0" + } } + */ }, system: { + parallelLimit: 3, plugins: { 'html-reporter': { enabled: true, diff --git a/package.json b/package.json index 4073c096..dbd7c0e0 100644 --- a/package.json +++ b/package.json @@ -60,11 +60,13 @@ "gulp-rename": "^1.2.2", "gulp-util": "^3.0.8", "gulp-webserver": "^0.9.1", + "html-reporter": "^0.2.0", "jsdom": "9.9.1", "jsdom-global": "^2.1.1", "mocha": "^3.2.0", "mocha-jsdom": "^1.1.0", "opn": "^5.1.0", + "phantomjs": "^2.1.7", "rimraf": "^2.5.4", "uglify-js": "^2.7.5", "uuid": "^3.0.1",