What problem does it solve?
This skill streamlines the complex and often error-prone process of testing code changes in AEM Edge Delivery Services projects. It provides a structured approach to ensure code quality, prevent regressions, and validate functionality before deployment, saving developers time and reducing manual effort.
Core Features & Use Cases
- Comprehensive Testing Guidance: Covers unit testing for logic, browser testing for UI, linting for code quality, and performance validation.
- Workflow Integration: Guides you through testing from development to pull request, ensuring all necessary checks are performed.
- Use Case: After implementing a new block or modifying core scripts, use this skill to automatically generate a testing checklist, execute unit tests, guide browser validation, and ensure all linting and performance checks pass, guaranteeing your changes are production-ready.
Quick Start
Use the Testing Blocks skill to guide me through testing my recent code changes for the 'hero' block.