localhost as default e2e selenium address
parent
0d1e5af854
commit
2f94725d79
|
@ -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: {
|
||||
|
|
Loading…
Reference in New Issue