Updated web driver config.

This commit is contained in:
orangemug
2017-04-04 16:03:02 +01:00
parent 319d9024db
commit bed012cb9c
3 changed files with 39 additions and 208 deletions

View File

@@ -1,6 +0,0 @@
var config = {};
config.port = 9001;
config.baseUrl = "http://localhost:"+config.port;
module.exports = config;

View File

@@ -1,5 +1,5 @@
var assert = require('assert');
var config = require("./config");
var config = require("../config/specs");
describe('maputnik', function() {