Now that we have at least one test, and we made it possible to run the tests from more than one machine, it’s time to integrate the tests into an automatic build process, preferably a continuous integration (CI) build. This build process can be extended to also deploy the built version to the Test or Stage environments (continues delivery). The process may even be configured to deploy directly to production to create a complete continuous deployment pipeline. In this chapter, we’ll focus mainly on the continuous integration part as this is where the automated tests usually run. ...
15. Continuous Integration
Get Complete Guide to Test Automation: Techniques, Practices, and Patterns for Building and Maintaining Effective Software Projects now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.