test-runner

Run pytest tests and analyze failures into structured debugging guidance.

176|2|Updated May 21, 2026
One-click install
npx skills add https://github.com/DanielSuo117/velocitai --skill test-runner-danielsuo117
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-runner
Source: https://github.com/DanielSuo117/velocitai/tree/main/zh/skills/test-runner
Command: npx skills add https://github.com/DanielSuo117/velocitai --skill test-runner-danielsuo117

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Running extensive test suites often yields opaque failures that are hard to triage manually. This Skill automates running tests, collects structured failure data, and guides remediation by categorizing errors and aggregating insights.

Core Features & Use Cases

  • Run pytest tests locally or in CI and collect structured failures.
  • Classify failures into types (locator timeout, page load, assertion, authentication) and provide actionable guidance.
  • Generate reports (Allure results and structured failure summaries) for quick debugging and reporting.

Quick Start

Start by running your test suite with pytest and let the skill parse failures to guide debugging.

Frequently Asked Questions about test-runner

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

FAQPage Schema
How do I get structured failure insights from pytest runs?

You can get structured failure insights from pytest by running your test suite through this skill, which classifies failures into types like locator timeouts and assertion errors to provide actionable debugging guidance.

What is the best way to triage opaque test failures in a CI pipeline?

The best way to triage opaque test failures in a CI pipeline is to automate pytest execution with this skill, which collects structured failure data and categorizes errors to guide remediation.

Can I generate Allure reports directly from pytest test results?

Yes, you can generate Allure reports from pytest results because this skill integrates with Allure to produce result reports alongside structured failure summaries for quick debugging.

How do I classify pytest failures like authentication issues and page load errors?

You can classify pytest failures like authentication issues and page load errors by using this skill to automatically analyze test outputs and categorize them into distinct failure types with actionable guidance.

Does this pytest failure analysis tool work for local development environments?

Yes, this pytest failure analysis tool works for local development environments as well as CI pipelines, enforcing environment confirmation before execution to quickly triage failures.