Testing Standards

Community

Structured testing standards for reliability.

Authorrandalmurphal
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Write tests following 3-layer pyramid (unit 95%, integration 85%, E2E critical paths) with 1:1 file mapping for unit tests. Covers test organization, coverage requirements, fixtures, and best practices. Use when writing tests, checking coverage, or validating test structure.

Core Features & Use Cases

  • 3-Layer Pyramid: Clear distribution of unit/integration/e2e tests.
  • 1:1 Mapping: One test file per production file.
  • Fixtures & Best Practices: Guidance on fixtures and test organization.

Quick Start

Start with unit tests mapped 1:1 to production files, then add integration and e2e tests as needed.

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: Testing Standards
Download link: https://github.com/randalmurphal/claude-config/archive/main.zip#testing-standards

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