donal
2018-04-25 4d544595269fe3d7c2e0b3037183584482b914fc
FIX - e2e url
2 files modified
2 ■■■ changed files
exercises/3-revenge-of-the-automated-testing/README.md 2 ●●● patch | view | raw | blame | history
exercises/images/exercise3/e2e-steps.png patch | view | raw | blame | history
exercises/3-revenge-of-the-automated-testing/README.md
@@ -233,7 +233,7 @@
2. On the Build section; add a build step to execute shell and fill in the followin substituting the domain name and `<YOUR_NAME>` and `somedomain` accordingly:
```bash
export E2E_TEST_ROUTE="http://todolist-fe-<YOUR_NAME>-dev.apps.somedomain.com/"
export E2E_TEST_ROUTE=todolist-fe-<YOUR_NAME>-dev.apps.somedomain.com
npm install
npm run e2e:ci
```
exercises/images/exercise3/e2e-steps.png