end-to-end-tests

Official

Validate changes with end-to-end tests.

Authorgit-town
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill ensures that after code changes, you can run end-to-end tests to verify the product still behaves correctly, catching regressions early and saving debugging time.

Core Features & Use Cases

  • Test Suite: Run the full end-to-end test suite to validate critical user flows.
  • Test Framework: Tests are written in Gherkin and executed using Cucumber for Go.
  • Targeted Debugging: If a test fails, re-run only the failing scenario with the @debug @this tag using make cukethis.

Quick Start

Run all end-to-end tests: make cuke If a test fails, use cukethis to run only a tagged scenario: make cukethis

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 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: end-to-end-tests
Download link: https://github.com/git-town/git-town/archive/main.zip#end-to-end-tests

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