acammies
2018-04-26 140a4a6c945550f658284b6e70186f03824f92db
rob spot
1 files modified
2 ■■■ changed files
3-revenge-of-the-automated-testing/README.md 2 ●●● patch | view | raw | blame | history
3-revenge-of-the-automated-testing/README.md
@@ -119,7 +119,7 @@
Click on `dev-todolist-fe-build` and then click the `configure` button on the left-hand side.
![jenkins-configure-job](../images/exercise3/jenkins-configure-job.png)
2. Scroll to the `Build` part of the configuration page and add `npm run test` below `npm install`. Click `save` or `apply` at the bottom to save the changes.
2. Scroll to the `Build` part of the configuration page and add `npm run test` below `npm install`.
![jenkins-build-step](../images/exercise3/jenkins-build-step.png)
2. Scroll to the `Post-build Actions` section and click `Add post-build action`. Select `Publish xUnit test result report` (Jenkins might place this at the top of the `Post-build Actions` list).