Automate End-to-End Software Testing
E2E Testing Patterns skill helps you build reliable, fast, maintainable end-to-end test suites that catch regressions before users do and provide confidence to
Why it matters
Build robust, high-performance end-to-end test suites to ensure code quality and prevent regressions before they impact users.
Outcomes
What it gets done
Implement stable end-to-end test automation for critical user journeys.
Debug and resolve flaky or unreliable test cases.
Integrate E2E tests into CI/CD pipelines for automated validation.
Establish standards for reliable and maintainable E2E testing.
Install
Add it to your toolbox
Run in your project directory:
curl -fsSL https://spark.entire.vc/get/ag-e2e-testing-patterns | bash Capabilities
What this skill does
Creates unit, integration, or end-to-end test cases.
Traces errors to their root cause and suggests fixes.
Runs build pipelines, tests, and deploys to environments.
Controls a real browser to automate web workflows.
Overview
E2E Testing Patterns
What it does
Guides you through building end-to-end test automation by identifying critical user journeys, implementing stable selectors and test data strategies, and setting up CI pipelines with parallelization.
How it connects
Use when implementing E2E test automation, debugging flaky tests, testing critical workflows, setting up CI/CD test pipelines, or establishing E2E testing standards.
Source README
E2E Testing Patterns
Build reliable, fast, and maintainable end-to-end test suites that provide confidence to ship code quickly and catch regressions before users do.
Use this skill when
- Implementing end-to-end test automation
- Debugging flaky or unreliable tests
- Testing critical user workflows
- Setting up CI/CD test pipelines
- Testing across multiple browsers
- Validating accessibility requirements
- Testing responsive designs
- Establishing E2E testing standards
Do not use this skill when
- You only need unit or integration tests
- The environment cannot support stable UI automation
- You cannot provision safe test accounts or data
Instructions
- Identify critical user journeys and success criteria.
- Build stable selectors and test data strategies.
- Implement tests with retries, tracing, and isolation.
- Run in CI with parallelization and artifact capture.
Safety
- Avoid running destructive tests against production.
- Use dedicated test data and scrub sensitive output.
Resources
resources/implementation-playbook.mdfor detailed E2E patterns and templates.
Limitations
- Use this skill only when the task clearly matches the scope described above.
- Do not treat the output as a substitute for environment-specific validation, testing, or expert review.
- Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.
Discussion
Questions & comments · 0
Sign In Sign in to leave a comment.