commit | f4f695500f08272564fad9eb35774d926344e39d | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <matteo.scandolo@gmail.com> | Thu Aug 24 17:26:25 2017 -0700 |
committer | Matteo Scandolo <teo@opennetworking.org> | Tue Mar 13 15:12:50 2018 -0700 |
tree | 2e51278b7a239b7d127021cfbe69deff2ff0f727 | |
parent | 865b11c6804a8ede882fa87d506a4c18d58e6e0c [diff] [blame] |
[CORD-2338] Single command to run E2E tests Change-Id: Id8db22b2b496ca16d20d2c4d0739d9b9042540db
diff --git a/e2e/test_helpers/config.js b/e2e/test_helpers/config.js index eea60b1..d90b3cc 100644 --- a/e2e/test_helpers/config.js +++ b/e2e/test_helpers/config.js
@@ -16,4 +16,4 @@ */ -exports.url = process.env.UI_URL || 'http://192.168.46.100/xos/#'; \ No newline at end of file +exports.url = process.env.UI_URL || 'http://127.0.0.1:4000/xos/#'; \ No newline at end of file