The TDD Playwright skill integrates Test-Driven Development principles directly into your workflow, leveraging the Playwright framework for end-to-end testing. It guides developers through the cycle of writing specifications, executing tests, and implementing code until requirements are met. By enforcing best practices such as data-testid selection, efficient timeout management, and avoiding unreliable network states, this skill ensures that your automated browser tests are performant, maintainable, and highly reliable.
主な機能
01Automated TDD workflow (Write-Run-Implement-Refactor)
02Enforcement of Playwright best practices and naming conventions
03Optimized element selection using data-testid attributes
040 GitHub stars
05Strict performance-focused timeout and wait configurations
06Iterative debugging until all test cases pass