localhost as default e2e selenium address

stable
Juanfran 2015-10-13 09:37:26 +02:00
parent 0d1e5af854
commit 2f94725d79
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ require("babel/register")({
var utils = require('./e2e/utils');
exports.config = {
seleniumAddress: 'http://10.8.1.194:4444/wd/hub',
seleniumAddress: 'http://localhost:4444/wd/hub',
framework: 'mocha',
params: {
glob: {