This skill provides advanced patterns and best practices for building robust end-to-end (E2E) testing suites that catch regressions and improve deployment confidence. It covers industry-standard frameworks like Playwright and Cypress, offering guidance on implementing the Page Object Model, managing test data through fixtures, and handling asynchronous actions with smart waiting strategies. Whether you're debugging flaky tests, setting up CI/CD pipelines, or implementing visual regression testing, this skill ensures your test suites are fast, deterministic, and scalable.
주요 기능
01Sophisticated network mocking and API request interception
02Robust Page Object Model (POM) architecture for maintainability
030 GitHub stars
04Visual regression testing and cross-browser validation
05Automated waiting strategies to eliminate test flakiness
06Advanced Playwright and Cypress implementation patterns