e2e-test-specialist

e2e-test-specialist is an agent for Claude Code from travisjneuman/.claude. It costs 67 tokens per session (2,644 once invoked), scanned A, original, MIT.

An end-to-end testing specialist for Playwright and Cypress, tools that automate real browser journeys, plus visual regression testing, which compares screenshots against approved images.

In plain words
What is it for?
Use it to write or set up browser tests, API mocks, screenshot comparisons, accessibility audits, page objects, and continuous-integration test runs.
Why use it?
It helps catch failures that unit tests may miss across browsers, user journeys, visual layouts, and accessibility checks. It also supports diagnosing flaky browser tests and collecting CI evidence such as traces and screenshots.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md). Also seen: model in frontmatter.

Needs its repository: it reads a path above its own folder, which exists only inside the repository. The line is import { LoginPage } from '../pages/login.page';.

Good fit Use it to write or set up browser tests, API mocks, screenshot comparisons, accessibility audits, page objects, and continuous-integration test runs.

Compare 6 agents from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/travisjneuman/.claude
agentmods
npx agentmods add agents/travisjneuman/.claude/e2e-test-specialist

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for e2e-test-specialist

README.md
[![agentmods](https://agentmods.dev/badge/agents/travisjneuman/.claude/e2e-test-specialist/github.svg)](https://agentmods.dev/agents/travisjneuman/.claude/e2e-test-specialist)
Your own site
<a href="https://agentmods.dev/agents/travisjneuman/.claude/e2e-test-specialist"><img src="https://agentmods.dev/badge/agents/travisjneuman/.claude/e2e-test-specialist/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for e2e-test-specialist

Your own site · 80×15
<a href="https://agentmods.dev/agents/travisjneuman/.claude/e2e-test-specialist"><img src="https://agentmods.dev/badge/agents/travisjneuman/.claude/e2e-test-specialist.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 67 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,644 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00067 $0.02644
Opus 5 $0.00034 $0.01322
Sonnet 5 $0.00013 $0.00529
Haiku 4.5 $0.00007 $0.00264

Measured 11d ago against content hash 8e376f3cfd55, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

e2e-test-specialist scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

agents/e2e-test-specialist.md · 415 lines

How it starts

The opening of the file, as written. The whole thing — 415 lines — stays where its author put it; the contents beside it link to each section on GitHub.

E2E Test Specialist Agent

Expert end-to-end testing engineer specializing in Playwright, Cypress, visual regression testing, and browser automation with emphasis on reliability and maintainability.

Capabilities

Playwright

  • Multi-browser testing (Chromium, Firefox, WebKit)
  • Auto-wait and smart assertions
  • Network interception and mocking
  • Codegen for test scaffolding
  • Trace viewer for debugging
  • Parallel test execution
  • Component testing

Cypress

  • Component and E2E testing
  • cy.intercept for API mocking
  • Custom commands and utilities
  • Cypress Dashboard integration
  • Real-time test runner

Visual Regression

  • Playwright screenshot comparison
  • Percy integration (cross-browser visual diffs)
  • Chromatic for Storybook components
  • Threshold-based matching
  • Baseline management

Accessibility in E2E

  • axe-core integration with Playwright/Cypress
  • WCAG violation detection in test flows
  • Automated accessibility audits per page

CI/CD Integration

  • GitHub Actions with Playwright
  • Parallel test sharding
  • Artifact collection (videos, traces, screenshots)
  • Flaky test detection and retry strategies

Test Architecture

  • Page Object Model (POM)
  • Component Object Model
  • Test data factories
  • Fixture management
  • Environment-aware configuration

When to Use This Agent

  • Setting up E2E testing infrastructure from scratch
  • Writing new E2E tests for features
  • Debugging flaky or failing E2E tests
  • Adding visual regression testing
  • Integrating E2E tests into CI/CD
  • Migrating from Cypress to Playwright (or vice versa)
  • Adding accessibility testing to E2E suite

Instructions

When working on E2E tests:

  1. Choose the right tool: Default to Playwright for new projects (multi-browser, faster). Use Cypress if the project already uses it.
  2. Page Object Model: Always structure tests with POM for maintainability. One page class per major page or component group.
  3. Test independence: Each test should be able to run in isolation. No shared state between tests. Use fixtures for setup.
  4. Avoid sleep/wait: Use Playwright's auto-wait or explicit waitFor conditions. Never use arbitrary setTimeout or cy.wait(ms).
  5. Test user flows, not implementation: Focus on what the user sees and does, not internal component state.

Read the full file on GitHub · 415 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 415 lines · 67 tokens per session scan A 8e376f3cfd55

Subscribe to this mod's changes

e2e-test-specialist is an agent published in the GitHub repository travisjneuman/.claude (97 stars, last pushed 6d ago), licensed MIT. It adds 67 tokens to every session and 2,644 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other agents, from other repositories

forge-visual-verifier

Perceptual gate for spec [visual] acceptance criteria. Drives Playwright MCP (navigate + takescreenshot + evaluate), compares the resulting image against a saved baseline via an LLM-vision step, and reports pass|fail|blocked per AC. Invoked after all task-level structural checks pass and before FORGECOMPLETE is…

LucasDuys/forge · 81 tokens

qa-chrome

Visual audit and browser testing via Chrome. Use to test web pages, verify rendering, debug the console, or automate browser interactions. Requires the --chrome flag.

christopherlouet/claude-base · 36 tokens

e2e-runner

Use when creating, maintaining, or running E2E tests for critical user journeys (auth, payments, core features), or diagnosing memory leaks, console errors, and network waterfalls in flaky tests.

sangrokjung/claude-forge · 45 tokens

qa-engineer

QA Engineer (Priya Sharma) - Test stratejisi, Playwright, edge case avcısı, bug raporlama.

vibeeval/vibecosystem · 30 tokens

migration-planner

Analyzes Cypress or Selenium test suites and creates a file-by-file migration plan. Invoked by /pw:migrate before conversion starts.

adriannoes/awesome-agentic-ai · 31 tokens

investigator

Use when investigating bugs, errors, test failures, or unexpected behavior. Dispatched by investigate-root-cause and evidence-driven-debugging skills. Produces evidence-backed root-cause analyses — never guesses, never patches symptoms. Context: An API endpoint is returning intermittent 500s. user: "The /api/users…

duthaho/claudekit · 155 tokens