mirror of
https://github.com/maputnik/editor.git
synced 2026-01-03 20:10:02 +00:00
Updated web driver config.
This commit is contained in:
6
test/config/specs.js
Normal file
6
test/config/specs.js
Normal file
@@ -0,0 +1,6 @@
|
||||
var config = {};
|
||||
|
||||
config.port = 9001;
|
||||
config.baseUrl = "http://localhost:"+config.port;
|
||||
|
||||
module.exports = config;
|
||||
Reference in New Issue
Block a user