Total 54,366 skills, Testing & QA has 1939 skills
Showing 12 of 1939 skills
Builds end-to-end browser tests for critical user flows using Playwright or Cypress. Includes selector strategies, test data management, page objects, and visual regression testing. Use for "E2E testing", "browser tests", "Playwright", or "Cypress tests".
Browser automation toolkit using Playwright MCP for testing web applications. Use when asked to navigate pages, click elements, fill forms, take screenshots, verify UI components, check console logs, debug frontend issues, or validate responsive design. Supports live browser interaction and accessibility snapshots.
Use when writing, reviewing, or debugging Jest + React Testing Library tests, before writing test code or when tests fail
Test voxtype in Docker containers. Use for testing builds, verifying packages work on different distros, or isolating test environments.
Design risk-based test strategies and validate release readiness across functional and non-functional dimensions.
Use when validating automation builds before launch or after significant changes.
AI-powered E2E testing for any app. Test 8 platforms with natural language — no test code needed.
Testing Inertia Rails responses with RSpec and Minitest: component assertions, prop matching, flash verification, deferred props, and partial reload helpers. Use when writing controller specs, request specs, or integration tests for Inertia pages. ALWAYS use matchers (render_component, have_props, have_flash), NOT direct access (inertia.component, inertia.props). CRITICAL: after POST/PATCH/DELETE with redirect, MUST call follow_redirect! before asserting flash or props — without it you're asserting against the 302, not the Inertia page. Setup: require 'inertia_rails/rspec'.
Generate a unit testing framework for Qt projects. Includes complete dependencies, sub-Agents, and fixed scripts to generate the autotests testing framework with one click.
Guides writing HMR/Dev Server tests in test/bake/. Use when creating or modifying dev server, hot reloading, or bundling tests.
React Testing Library patterns for testing React components, hooks, and context. Use when testing React applications.
Persistent browser interaction through a normal Node.js Playwright script for fast iterative web UI debugging.