Loading...
Loading...
Found 70 Skills
E2E testing for Clerk apps. Use with Playwright or Cypress for auth flow tests.
Playwright modern end-to-end testing framework with cross-browser automation, auto-wait, and built-in test runner
Use when Codex is building or iterating on a web game (HTML/JS) and needs a reliable development + testing loop: implement small changes, run a Playwright-based test script with short input bursts and intentional pauses, inspect screenshots/text, and review console errors with render_game_to_text.
Use when writing E2E tests with Playwright, setting up test infrastructure, or debugging flaky browser tests. Invoke for browser automation, E2E tests, Page Object Model, test flakiness, visual testing.
Write UI tests for Blazor applications (Server or WebAssembly) using Playwright. Covers navigation, interaction, authentication, selectors, and common Blazor-specific patterns.
Web application testing principles. E2E, Playwright, deep audit strategies.
Expert guidance for Playwright end-to-end testing with TypeScript and JavaScript best practices
Playwright end-to-end testing best practices for web applications, covering test design, locator strategies, and assertion patterns.
End-to-end, API, and responsive testing for web applications using Playwright with TypeScript. Use when asked to write, run, debug, or maintain Playwright (@playwright/test) TypeScript tests for UI behavior, form submissions, user flows, API validation, responsive design, or visual regression. Covers browser automation, network interception, mocking, Page Object Model, fixtures, and parallel execution.
Comprehensive web application testing patterns with Playwright selectors, wait strategies, and best practices
Playwright E2E testing patterns, Page Object Model, configuration, CI/CD integration, artifact management, and flaky test strategies.
Use when CI tests fail on main branch after PR merge, or when investigating flaky test failures in CI environments