We've configured the commit phase of the continuous delivery process and now it's time to address the acceptance testing phase, which is usually the most challenging part. By gradually extending the pipeline, we will see different aspects of a well executed, acceptance testing automation.
This chapter covers the following topics:
- Introducing acceptance testing
- Docker registry
- Acceptance tests in the pipeline
- Writing acceptance tests