Remove seleniumAddress from Protractor config

This should ensure Protractor spins up its own bundled Selenium
server.

Signed-off-by: Alex Coles <alex@alexbcoles.com>
pull/1992/head
Alex Coles 10 years ago
parent 6fb1ce8f11
commit c668faf8be
  1. 2
      protractor/conf.js

@ -27,8 +27,6 @@
//++
exports.config = {
// The address of a running selenium server.
seleniumAddress: 'http://localhost:4444/wd/hub',
framework: 'mocha',

Loading…
Cancel
Save