automating-tests
Installation
SKILL.md
Test Automation
Build comprehensive test suites following the test pyramid pattern.
Test Pyramid
/\
/E2E\ <- Few, slow, expensive
/------\
/ INTEG \ <- Some, medium speed
/----------\
/ UNIT \ <- Many, fast, cheap
--------------
Focus: Many unit tests, fewer integration tests, minimal E2E tests.