Loading...
Loading...
Found 17 Skills
Use when configuring parallel test execution with TestNG including thread pools, suite configuration, and synchronization.
Advanced pytest patterns including custom markers, plugins, hooks, parallel execution, and pytest-xdist. Use when implementing custom test infrastructure, optimizing test execution, or building reusable test utilities.
Optimize Playwright E2E tests by removing anti-patterns, implementing smart waits, enabling test sharding, and improving reliability.
Use when a repository needs cleanup of dead code, build artifacts, unused dependencies, outdated docs, or stale tests - provides safe cleanup workflows, validation steps, and reporting templates for code, deps, docs, tests, and sprint archives.
Flaky test fix pattern - replaces arbitrary timeouts with condition polling that waits for actual state changes.