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

6
test/config/specs.js Normal file
View File

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