Releases: magallon/testing-toolkit
Releases · magallon/testing-toolkit
v1.1.0
Added
e2e-testingskill with browser automation patterns- Page Object Model patterns in pseudocode (stack-agnostic)
- Framework selection guide (Playwright, Cypress, Selenium, Laravel Dusk, Capybara)
- Selector strategy, wait patterns, auth state reuse, test data management
- Network mocking, visual regression, accessibility testing patterns
- Flaky test diagnosis flowchart with fix-one-at-a-time protocol
- CI/CD pipeline templates for GitHub Actions, GitLab CI, and generic systems
- Three output modes: Design, Generation, Fix
Changed
testing-strategynow covers unit, integration, and component test generation- Updated README with new skill table and project structure
v1.0.0
Added
- Initial release of the Testing Toolkit
testing-strategyskill with testing pyramid methodology- Test type decision framework (unit, integration, component, E2E)
- Coverage prioritization strategy
- Mocking strategy guidelines
- Hybrid mode: recommends strategy and generates tests on request
- Reference materials for test type guide, coverage strategy, and anti-patterns
- Full documentation (README, CONTRIBUTING, LICENSE)