e2e-guide-analysis

Run the E2E CLI against JSON guides to surface edge cases and collect artifacts.

19|31|Updated May 29, 2025
One-click install
npx skills add https://github.com/grafana/grafana-pathfinder-app --skill e2e-guide-analysis
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: e2e-guide-analysis
Source: https://github.com/grafana/grafana-pathfinder-app/tree/main/.cursor/skills/e2e-guide-analysis
Command: npx skills add https://github.com/grafana/grafana-pathfinder-app --skill e2e-guide-analysis

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Run end-to-end tests by executing the E2E CLI against a provided JSON guide to surface edge cases and gather actionable insights for guide design and CLI reliability.

Core Features & Use Cases

  • Run the E2E CLI with maximum diagnostics against a JSON guide to generate comprehensive artifact sets.
  • Collect artifacts including console output, report.json, screenshots, and traces for deep analysis.
  • Analyze results step-by-step to identify failures, skip conditions, and opportunities to improve guide quality, then document learnings.

Quick Start

Run the E2E CLI against a JSON guide file to begin diagnostics and produce a detailed artifacts report.

Frequently Asked Questions about e2e-guide-analysis

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

FAQPage Schema
How do I run E2E tests against a JSON guide to find edge cases?

Run the E2E CLI against a JSON guide to execute exhaustive end-to-end tests. This surfaces edge cases and generates artifacts like console output, report.json, screenshots, and traces for deep analysis and iteration.

What artifacts are collected during JSON-guided E2E testing?

Artifacts collected include console output, report.json, screenshots, and traces. These files provide structured results for review, allowing you to document learnings for guide design and CLI reliability improvements.

How do I diagnose skipped steps and failures in Grafana Pathfinder guides?

Analyze the E2E CLI results step-by-step to identify failures and skip conditions. Running the CLI with maximum diagnostics against the JSON guide surfaces these issues and provides structured results for iteration.

Can I use this E2E CLI testing across different guide configurations?

Yes, the E2E CLI applies to exploratory testing across different Grafana Pathfinder guide configurations. It executes verbose diagnostics to document learnings for guide design and CLI reliability regardless of the specific JSON guide setup.

Why do my E2E tests fail when running the CLI against a JSON guide?

Failures occur due to edge cases surfaced by running the E2E CLI against the JSON guide. Analyze the collected artifacts step-by-step to identify the exact failures, skip conditions, and opportunities to improve guide quality.