Test Manager

Community

Visual regression tests with golden-file diffs.

Authorsunholo-data
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill enables automated visual regression testing for Stapledon's Voyage by running test scenarios, capturing screenshots, and comparing them to committed golden files to detect UI changes and regressions.

Core Features & Use Cases

  • Test Execution: Run test scenarios in UI-stripped (test) mode to generate current outputs.
  • Golden Comparison: Compare current outputs against golden files to detect differences.
  • Bug Reporting: Generate structured bug reports for visual regressions.

Quick Start

  • Run all scenarios: .claude/skills/test-manager/scripts/run_tests.sh
  • Compare golden files: .claude/skills/test-manager/scripts/compare_golden.sh
  • Report a bug: .claude/skills/test-manager/scripts/report_bug.sh <scenario> "<description>"

Dependency Matrix

Required Modules

go

Components

scripts

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: Test Manager
Download link: https://github.com/sunholo-data/stapledons_voyage/archive/main.zip#test-manager

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository