e2e-test-flow

Design and review end-to-end test flows with preflight checks and impact analysis.

Updated Jun 14, 2026
One-click install
npx skills add https://github.com/baan-press/baan --skill e2e-test-flow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: e2e-test-flow
Source: https://github.com/baan-press/baan/tree/main/.claude/skills/e2e-test-flow
Command: npx skills add https://github.com/baan-press/baan --skill e2e-test-flow

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides a structured approach to designing and reviewing end-to-end (E2E) test flows, preventing test failures and ensuring the stability of existing tests.

Core Features & Use Cases

  • Preventive Testing: Offers a preflight checklist to ensure tests are not broken during development.
  • Impact Analysis: Helps analyze changes to shared infrastructure on all E2E tests.
  • Docker E2E Flow: Guides the creation of Docker-based E2E tests without disrupting the development environment.
  • Debugging Checklist: Provides steps to debug common issues in auth.setup.ts.

Quick Start

Before modifying any E2E test, run the skill to follow the preflight checklist and perform impact analysis.

Frequently Asked Questions about e2e-test-flow

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I prevent breaking existing E2E tests when modifying shared infrastructure?

Analyze shared infrastructure changes using an impact analysis process to identify potential disruptions across all E2E tests. This prevents test failures by evaluating infrastructure modifications before they are merged into the development workflow.

How do I run E2E tests in Docker without disrupting my development environment?

Guide the creation of Docker-based E2E tests using a structured flow designed to isolate test execution without disrupting your local development environment. This approach maintains test integrity while keeping dependencies containerized.

What is the best way to design and review end-to-end test flows?

Design and review E2E test flows using a structured process that integrates preflight checks, impact analysis, and Docker integration. This comprehensive approach ensures test integrity and prevents failures in critical quality assurance workflows.

Why does my auth.setup.ts fail during E2E test execution?

Debug common issues in auth.setup.ts by following a dedicated debugging checklist that provides structured troubleshooting steps. This process resolves authentication setup failures and restores end-to-end test flow integrity.

Can I perform impact analysis on E2E tests without Docker integration?

Yes, you can perform impact analysis on E2E tests independently of Docker. The skill provides impact analysis to evaluate infrastructure changes on all tests, while Docker integration remains a separate feature for environment isolation.