Testing e2e
Skill planifest/planifest-framework/planifest-framework/external-skills/testing-e2e
End-to-end test planning for critical user journeys across integrated systems. Use when release confidence depends on browser/API/dependency behavior as one flow; do not use for isolated unit behavior or pure contract checks.From its SKILL.md
npx -y skills add planifest/planifest-framework --skill testing-e2eAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
2.1 KB, 383 tokens by cl100k_base, as published. Nobody here has run it
Testing E2E
Overview
Use this skill to validate business-critical journeys under integrated runtime conditions.
Scope Boundaries
- Use when failure risk is in end-to-end user or operator flows.
- Typical requests:
Validate checkout flow across UI, API, and payment integration.Define minimum critical E2E regression set before release.Prove no fatal breakage in top user journeys.
- Do not use when:
- Only deterministic function logic must be tested (
testing-unit). - Only interface compatibility is required (
testing-contract).
- Only deterministic function logic must be tested (
Inputs
- Critical journey map and release risk profile
- Test environment constraints and dependencies
- Existing automation assets and known flaky areas
Outputs
- Critical journey E2E pack with environment assumptions
- Decision record for coverage depth and gating strategy
- Verification checklist and rollback signals
Workflow
- Identify journeys that gate release confidence.
- Define minimum E2E set by risk and business impact using
assets/critical-journey-template.md. - Compare execution strategies (full, smoke, tiered) and choose one.
- Implement deterministic setup/teardown and evidence capture.
- Publish pass/fail status, flake risk, and residual gaps.
Quality Gates
- Critical journeys are explicitly covered.
- Test evidence is reproducible with fixed environment assumptions.
- Gating and rollback signals are defined.
- Flakiness and environment risks are documented.
Failure Handling
- Stop when critical journeys remain untested.
- Escalate when environment instability prevents reliable evidence.
Bundled Resources
references/trigger-and-examples.md: trigger patterns, anti-patterns, and deliverable expectations.assets/critical-journey-template.md: concise template for critical-path E2E scenario definition and evidence capture.
What ships with it: 1 file
11.3 KB alongside SKILL.md
- attribution.txt11.3 KB