Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
aws-samples avatar

End To End Testing

  • 28 installs
  • 41 repo stars
  • Updated July 6, 2026
  • aws-samples/sample-agent-skills-for-builders

end-to-end-testing is a Claude skill that runs a systematic E2E testing workflow with evidence capture, defect documentation, and reporting.

About

This skill runs a systematic end-to-end testing workflow for validating complete user flows. A developer uses it to plan test cases, execute them, capture evidence such as screenshots and logs, document defects, and generate reports including an HTML viewer. It enforces a mandatory pre-reporting validation phase before results are reported.

  • Systematic 5-phase E2E testing workflow with evidence capture
  • Captures screenshots and logs, documents defects, generates reports
  • Mandatory pre-reporting validation phase before results are shared

End To End Testing by the numbers

  • 28 all-time installs (skills.sh)
  • Ranked #1,360 of 2,153 Testing & QA skills by installs in the Skillselion catalog
  • Data as of Jul 30, 2026 (Skillselion catalog sync)
At a glance

end-to-end-testing capabilities & compatibility

Capabilities
code review · security audit
Use cases
testing · debugging
Pricing
Free
From the docs

What end-to-end-testing says it does

Systematic E2E testing workflow with evidence capture and reporting.
SKILL.md
Systematic E2E testing workflow for complete system validation with evidence capture.
SKILL.md
Phase 4: Pre-Reporting Validation (CRITICAL)
SKILL.md
npx skills add https://github.com/aws-samples/sample-agent-skills-for-builders --skill end-to-end-testing

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs28
repo stars41
Last updatedJuly 6, 2026
Repositoryaws-samples/sample-agent-skills-for-builders

What it does

Run a systematic E2E testing workflow that validates user flows, captures evidence, and generates test reports.

Who is it for?

Developers running structured integration and E2E test passes that need evidence and reports.

When should I use this skill?

When running integration or E2E tests, validating complete user flows, or generating test reports.

What you get

A validated test run with captured evidence, documented defects, and reports including an HTML viewer.

  • Test_Report_Viewer.html
  • test-case-reports
  • defect-reports

By the numbers

  • 5-phase testing workflow
  • mandatory pre-reporting validation phase

Files

SKILL.mdMarkdownGitHub ↗

End-to-End Testing

Systematic E2E testing workflow for complete system validation with evidence capture.

When to Apply

Reference this skill when:

  • Running integration or E2E tests
  • Validating complete user flows
  • Capturing test evidence (screenshots, logs)
  • Generating test reports
  • Documenting defects systematically

How It Works

Phase 1: Preparation

  • Gather environment information
  • Verify test credentials
  • Set up test data

Phase 2: Planning & Design

  • Smoke testing
  • Test case design
  • Priority assignment

Phase 3: Execution

  • Execute test cases
  • Capture evidence (screenshots)
  • Document defects

Phase 4: Pre-Reporting Validation (CRITICAL)

  • MANDATORY before reporting
  • Verify all evidence captured
  • Validate defect documentation
  • Cross-check test results

Phase 5: Reporting

  • Generate comprehensive reports
  • Create HTML viewer
  • Archive evidence

Output Structure

test-reports/
└── YYYY-MM-DD_HHMMSS/
    ├── Test_Report_Viewer.html
    ├── test-case-reports/
    ├── defect-reports/
    ├── test-summary-report.md
    ├── screenshots/
    └── logs/

Usage

# Generate HTML report
python scripts/generate-html-report.py --input test-results/

# Validate test data
./scripts/validate-test-data.sh

Templates

  • Defect Report Template
  • Test Case Report Template
  • Test Summary Template

References

  • Preparation
  • Planning & Design
  • Execution
  • Validation
  • Reporting

Related skills

FAQ

What does the testing workflow produce?

Comprehensive reports plus an HTML viewer, with captured screenshots, logs, and documented defects archived by timestamp.

Why is there a pre-reporting phase?

Phase 4 is a mandatory validation step that verifies all evidence is captured and defect documentation is complete before results are reported.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.