From 7f49cd77405e5349914c0c4caf20a593a4787903 Mon Sep 17 00:00:00 2001
From: donal <donalspring@gmail.com>
Date: Wed, 18 Apr 2018 13:27:31 +0200
Subject: [PATCH] DONE - added tests to e2e dev pipleine

---
 exercises/images/exercise3/e2e-trigger.png             |    0 
 exercises/3-revenge-of-the-automated-testing/README.md |    3 +++
 2 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/exercises/3-revenge-of-the-automated-testing/README.md b/exercises/3-revenge-of-the-automated-testing/README.md
index d9b598f..b97be88 100644
--- a/exercises/3-revenge-of-the-automated-testing/README.md
+++ b/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
diff --git a/exercises/images/exercise3/e2e-trigger.png b/exercises/images/exercise3/e2e-trigger.png
new file mode 100644
index 0000000..c8dcd71
--- /dev/null
+++ b/exercises/images/exercise3/e2e-trigger.png
Binary files differ

--
Gitblit v1.9.3