End-to-end tests strategy & implementation
Download “End-to-end tests strategy & implementation” supplementary and see working test cases and non-trivial examples.
You will discover:
- How to set up end-to-end tests with Docker
- Important factors to consider for arranging end-to-end tests execution
- How end-to-end tests fit into CI/CD pipelines
- Extensive code examples with commentary