Utilizing test db for e2e tests.

This commit is contained in:
David Jay
2016-11-16 17:18:17 -05:00
parent 9976464300
commit d389680224
3 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
module.exports = {
waitForConditionTimeout: 20000,
baseUrl: 'http://localhost:3000'
baseUrl: 'http://localhost:3011'
};