continuous-testing
Installation
SKILL.md
Continuous Testing
Table of Contents
Overview
Continuous testing integrates automated testing throughout the software development lifecycle, providing rapid feedback on quality at every stage. It shifts testing left in the development process and ensures that code changes are validated automatically before reaching production.
When to Use
- Setting up CI/CD pipelines
- Automating test execution on commits
- Implementing shift-left testing
Related skills