Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions source/articles/2015-01-02-testing.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -97,5 +97,7 @@ The answer is automating tests. When the test automation tool notices you have c
file, part or all of the tests are executed again. And you will be notified of newly failing or
passing tests.

Test automation can for instance be done with __autotest__ or __guard__. Guard can automate lots
of other tasks for you as well.
Test automation can for instance be done with __autotest__, __guard__ or a [CI] infrastructure.
Guard can automate lots of other tasks for you as well.

[CI]: https://en.wikipedia.org/wiki/Continuous_integration