From 88ef920a2fa4526066c7298ec7beb75b1174bf5a Mon Sep 17 00:00:00 2001 From: Blade Barringer Date: Sun, 13 Mar 2016 21:05:06 -0500 Subject: [PATCH] fix: Update travis yaml to run protractor 3 --- test/e2e/protractor.conf.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/e2e/protractor.conf.js b/test/e2e/protractor.conf.js index 630733c4f2..4aea36e0dc 100644 --- a/test/e2e/protractor.conf.js +++ b/test/e2e/protractor.conf.js @@ -9,6 +9,9 @@ require('babel-polyfill'); exports.config = { specs: ['./helper.js', './**/*.test.js'], baseUrl: 'http://localhost:3003/', + capabilities: { + browserName: 'firefox', + }, directConnect: true, seleniumAddress: 'http://localhost:4444/wd/hub', framework: 'mocha',