# E2e Test Matrix

> E2E Test Matrix

- Skill: `lubochka/e2e-test-matrix-3` (Agent Skill)
- Install (CLI): `npx skillmds@latest add lubochka/e2e-test-matrix-3`
- Raw SKILL.md: https://api.skillmd.com/api/skills/lubochka/e2e-test-matrix-3/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: lubochka (https://skillmd.com/u/lubochka)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/lubochka/e2e-test-matrix-3

---

# E2E Test Matrix

## Purpose
Design end-to-end coverage across critical paths.

## When to Use
Use for release readiness, user workflows, UI/API flows, and adapter validation.

## Inputs
Journeys, roles, environments, risk areas, target project commands.

## Steps
1. List critical journeys.
2. Cross journeys with roles, environments, and risk categories.
3. Pick minimal representative coverage.
4. Mark skipped matrix cells with reason.

## Gates
Critical paths are covered beyond a single happy path.

## Evidence
Matrix, smoke-test output, or skipped-cell rationale.

## Anti-Patterns
Calling one happy path complete E2E readiness.

## Related
`user-journey-testing`, `integration-testing`


