acammies
2018-04-16 60bca4407c5e82ca89a635b6e2b838a4d44423ff
Cleaned up some little errors and screenshots, ready for pr
1 files added
2 files modified
5 ■■■■■ changed files
exercises/3-revenge-of-the-automated-testing/README.md 5 ●●●●● patch | view | raw | blame | history
exercises/images/exercise3/jenkins-build-step.png patch | view | raw | blame | history
exercises/images/exercise3/xunit-action.png patch | view | raw | blame | history
exercises/3-revenge-of-the-automated-testing/README.md
@@ -50,7 +50,7 @@
$ npm run test
```
<p class="tip" > 
`test` is an ?alias? used that runs `vue-cli-service test` from the scripts object in `package.json`
`test` is an alias used that runs `vue-cli-service test` from the scripts object in `package.json`
</p>
![new-gitlab-proj](../images/exercise3/screenshot-scripts.png)
@@ -70,7 +70,8 @@
2. Scroll to the `Build` part of the configuration page and add `scl enable rh-nodejs8 'npm run test'` below `scl enable rh-nodejs8 'npm install'`. Click `save` or `apply` at the bottom to save the changes.
![new-gitlab-proj](../images/exercise3/jenkins-build-step.png)
2. [break me up and add screenshots] Scroll to the `Post-build Actions` section and click `Add post-build action`. Select `Publish xUnit test result report`.
2. Scroll to the `Post-build Actions` section and click `Add post-build action`. Select `Publish xUnit test result report`.
![new-gitlab-proj](../images/exercise3/xunit-action.png)
2. Click the `Add` button under `Publish xUnit test result report` and select `JUnit`. In the pattern field enter `test-report.xml`. In the `Failed Tests Thresholds`  input box enter 0 under `Red Ball Total`. It should look a little something like this:
![new-gitlab-proj](../images/exercise3/post-build-actions.png)
exercises/images/exercise3/jenkins-build-step.png

exercises/images/exercise3/xunit-action.png