testing-automator-v2

Automate end-to-end testing with self-healing selectors and Cloudflare Workers integration.

1|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/hdkz-dev/multi-game-engines --skill testing-automator-v2
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: testing-automator-v2
Source: https://github.com/hdkz-dev/multi-game-engines/tree/main/.agent/skills/testing-automator-v2
Command: npx skills add https://github.com/hdkz-dev/multi-game-engines --skill testing-automator-v2

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

AI-powered automation for end-to-end testing, reducing flaky tests and manual triage by using AI to maintain test selectors and prioritize failures.

Core Features & Use Cases

  • Self-Healing Selectors: Automatically repair failing selectors by analyzing the DOM and suggesting replacements.
  • AI Bug Triaging: Classifies failures into source-code bugs, flakiness, or environment issues with contextual data.
  • Cloudflare Workers Testing: Provides integration tests for edge environments using Miniflare and Vitest.
  • Scenario Generation: Produces new test cases from user stories or PR descriptions to expand coverage.

Quick Start

Create a starter AI-assisted E2E test and wire it into your CI to validate new features automatically.

Frequently Asked Questions about testing-automator-v2

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

FAQPage Schema
How does AI self-healing E2E testing handle broken selectors?

AI self-healing E2E testing automatically repairs failing selectors by analyzing the DOM and suggesting replacements, reducing flaky tests and manual maintenance in CI pipelines.

How do I test Cloudflare Workers edge environments with Vitest and Miniflare?

You test Cloudflare Workers by running integration tests with Miniflare and Vitest to validate worker environments, handling edge deployments and test failures within CI pipelines.

Can AI bug triaging classify end-to-end test failures automatically?

AI bug triaging classifies end-to-end test failures into source-code bugs, flakiness, or environment issues using contextual data, reducing manual triage for web applications.

How do I generate E2E test scenarios from user stories?

You generate E2E test scenarios from user stories or PR descriptions by using AI scenario generation to expand test coverage automatically for new features in CI pipelines.

Does this AI testing automation work for edge deployments in CI pipelines?

Yes, this AI testing automation applies in CI pipelines for web apps and edge deployments, handling test failures, bug triaging, and worker environment validation using Miniflare.