Skip to content

docs: add comprehensive testing strategy#137

Merged
satoryu merged 4 commits into
mainfrom
claude/testing-strategy-docs-UUbvP
Jan 12, 2026
Merged

docs: add comprehensive testing strategy#137
satoryu merged 4 commits into
mainfrom
claude/testing-strategy-docs-UUbvP

Conversation

@satoryu

@satoryu satoryu commented Jan 12, 2026

Copy link
Copy Markdown
Owner

Add detailed testing strategy document covering:

  • Testing goals and TDD principles
  • Testing pyramid with 80%+ coverage target
  • Unit, component, integration, and E2E testing strategies
  • Tool setup (Vitest, React Testing Library, Playwright)
  • Mocking strategies and best practices
  • CI/CD integration guidelines
  • Implementation roadmap with 7 phases

Target: 80%+ overall coverage, 100% for critical paths
Priority: Component tests (React Testing Library) and key E2E workflows
Scope: Chrome only, no cross-browser automated testing

Add detailed testing strategy document covering:
- Testing goals and TDD principles
- Testing pyramid with 80%+ coverage target
- Unit, component, integration, and E2E testing strategies
- Tool setup (Vitest, React Testing Library, Playwright)
- Mocking strategies and best practices
- CI/CD integration guidelines
- Implementation roadmap with 7 phases

Target: 80%+ overall coverage, 100% for critical paths
Priority: Component tests (React Testing Library) and key E2E workflows
Scope: Chrome only, no cross-browser automated testing
Rewrite testing.md to focus on strategy rather than implementation:
- Remove all code examples and specific function references
- Remove general TDD explanations (keep project-specific only)
- Remove ASCII art diagrams
- Condense from 2000+ to ~350 lines
- Focus on: goals, approach, coverage targets, tools, roadmap

Document now clearly defines WHAT to test, WHY, and HOW at strategic level.
Add references to docs/testing.md in four locations:
- Testing Strategy section: Add prominent reference and simplify content
- Documentation section: Add testing.md to file list
- Resources section: Add Testing Strategy to project documentation
- For AI Agents section: Add testing.md to important resources

All references point to comprehensive testing strategy document.
…ture

Add cross-references to testing.md in:
- development-guideline.md: Testing Guidelines section
- architecture.md: テスト戦略と依存関係 section

Makes testing strategy more discoverable when reading development docs.
@satoryu satoryu merged commit 01cf010 into main Jan 12, 2026
1 check passed
@satoryu satoryu deleted the claude/testing-strategy-docs-UUbvP branch January 12, 2026 12:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants