e2e-verify-fix

Verify Playwright end-to-end test fixes with repeated runs and code quality checks.

170|222|Updated Jan 23, 2023
One-click install
npx skills add https://github.com/redhat-developer/rhdh --skill e2e-verify-fix
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: e2e-verify-fix
Source: https://github.com/redhat-developer/rhdh/tree/main/.cursor/skills/e2e-verify-fix
Command: npx skills add https://github.com/redhat-developer/rhdh --skill e2e-verify-fix

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the challenge of verifying the stability and correctness of automated end-to-end test fixes by providing structured verification procedures.

Core Features & Use Cases

  • Test Fix Verification: Runs a specific test once using Playwright Agent to confirm the fix.
  • Stability Assessment: Executes multiple test runs consecutively to detect flakiness.
  • Full Project Validation: Performs comprehensive CI-like testing to ensure stability across the entire test suite.
  • Code Quality Checks: Automates type checking, linting, and formatting validation to maintain code standards.
  • Regression Testing: Supports full project reruns to catch regressions in shared utilities.

Quick Start

Use the e2e-verify-fix skill to validate your recent test fix and ensure overall test suite reliability.

Frequently Asked Questions about e2e-verify-fix

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I verify an end-to-end test fix and prevent flaky tests in CI?

You can verify an end-to-end test fix by running the targeted Playwright test once to confirm the solution, then executing multiple consecutive runs to detect flakiness before integrating into CI.

What is the best way to check for regressions across an entire Playwright test suite?

The best way to check for regressions is to perform a full project validation that reruns the entire Playwright test suite, executing comprehensive CI-like testing to catch regressions in shared utilities.

How do I automate code quality checks alongside Playwright end-to-end testing?

Automate code quality checks alongside Playwright testing by validating type checking, linting, and formatting to ensure your end-to-end test fixes maintain project code standards.

Does the e2e-verify-fix process work without additional dependencies for environment setup?

The e2e-verify-fix process works without external dependencies, utilizing internal scripts and references to handle environment setup and structured verification procedures for your Playwright tests.

When do I need to run full project validation for end-to-end test fixes?

You need to run full project validation for end-to-end test fixes when changes might affect shared utilities, ensuring comprehensive CI-like testing catches potential regressions across the entire test suite.