donal
2018-04-18 7f49cd77405e5349914c0c4caf20a593a4787903
DONE - added tests to e2e dev pipleine
1 files added
1 files modified
3 ■■■■■ changed files
exercises/3-revenge-of-the-automated-testing/README.md 3 ●●●●● patch | view | raw | blame | history
exercises/images/exercise3/e2e-trigger.png patch | view | raw | blame | history
exercises/3-revenge-of-the-automated-testing/README.md
@@ -165,6 +165,9 @@
2. Add a Post Build action to publish Junit test scores and add `reports/e2e/specs/*.xml` to the report location.
![e2e-post-build](../images/exercise3/e2e-post-build.png)
2. Finally; connect the e2e job to our deploy by editing the post build actions on `dev-todolist-fe-deploy`. Set trigger parameterised build on other jobs to be `dev-todolist-fe-e2e` and set the params to the current ones.
![e2e-trigger](../images/exercise3/e2e-trigger.png)
2. Run the pipeline from the beginning to see the tests executed.
### Part 2 - TodoList new feature
exercises/images/exercise3/e2e-trigger.png