t-demo-run-all

Discover and execute demo E2E tests sequentially with Markdown and JSON reports.

64|6|Updated Apr 17, 2026
One-click install
npx skills add https://github.com/timzaak/web-dev-skills --skill t-demo-run-all
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: t-demo-run-all
Source: https://github.com/timzaak/web-dev-skills/tree/main/skills/t-demo-run-all
Command: npx skills add https://github.com/timzaak/web-dev-skills --skill t-demo-run-all

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates discovering and executing all demo end-to-end tests in a project, sequencing them and producing a unified report.

Core Features & Use Cases

  • Automated discovery and sequential execution of all demo E2E tests.
  • Auto-fix support to recover from predictable test failures.
  • Generates Markdown/JSON batch reports and supports resuming from the last failure.

Quick Start

Run all demo E2E tests in sequence using /t-demo-run-all to generate a final batch report.

Frequently Asked Questions about t-demo-run-all

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

FAQPage Schema
How do I run all E2E tests in sequence and generate a unified report?

To run E2E tests in sequence, this Skill automatically discovers and executes all demo tests in a deterministic order, generating unified Markdown and JSON batch reports after completion.

Can I resume an E2E test batch from the last failure?

Yes, you can resume E2E test execution from the last failure. The Skill supports resuming the batch process, allowing you to skip completed tests and continue from the point of interruption.

Does the E2E test runner support auto-fix for predictable failures?

Yes, the E2E test runner supports auto-fix functionality. It automatically applies fixes to recover from predictable test failures during the sequential execution of your demo test suites.

What reporting formats are generated when running batch E2E tests?

Running batch E2E tests generates reporting outputs in both Markdown and JSON formats. If the Claude CLI is unavailable, the Skill falls back to a Python script to produce the results.

What happens if Claude CLI is unavailable during the E2E test run?

If Claude CLI is unavailable during an E2E test run, the Skill falls back to executing a Python script. This ensures the automated test discovery, execution, and reporting processes still complete successfully.