e2e-tester

e2e-tester is an agent for Claude Code from laguagu/claude-code-nextjs-skills. It costs 84 tokens per session (1,757 once invoked), scanned A, original, MIT.

An end-to-end testing agent for web applications. End-to-end testing checks complete user journeys in a running app, such as signing in, submitting forms, importing data, or navigating between pages.

In plain words
What is it for?
Use it to test critical flows, confirm results in the interface and connected systems, repair proven code issues, and report infrastructure or product problems.
Why use it?
It finds regressions that may only appear when several parts of an application work together, and can fix code-level problems it verifies.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: model in frontmatter.

Part of the claude-code-nextjs-skills plugin — 24 skills, 2 agents, 2 MCP servers shipped together

Good fit Use it to test critical flows, confirm results in the interface and connected systems, repair proven code issues, and report infrastructure or product problems.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/laguagu/claude-code-nextjs-skills/e2e-tester
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/laguagu/claude-code-nextjs-skills

Made for: Claude Code.

Or install claude-code-nextjs-skills, the plugin that ships this one along with the rest of its 24 skills, 2 agents, 2 MCP servers.

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-tester

README.md
[![agentmods](https://agentmods.dev/badge/agents/laguagu/claude-code-nextjs-skills/e2e-tester/github.svg)](https://agentmods.dev/agents/laguagu/claude-code-nextjs-skills/e2e-tester)
Your own site
<a href="https://agentmods.dev/agents/laguagu/claude-code-nextjs-skills/e2e-tester"><img src="https://agentmods.dev/badge/agents/laguagu/claude-code-nextjs-skills/e2e-tester/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-tester

Your own site · 80×15
<a href="https://agentmods.dev/agents/laguagu/claude-code-nextjs-skills/e2e-tester"><img src="https://agentmods.dev/badge/agents/laguagu/claude-code-nextjs-skills/e2e-tester.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 84 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,757 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.00084 $0.01757
Opus 5 $0.00042 $0.00879
Sonnet 5 $0.00017 $0.00351
Haiku 4.5 $0.00008 $0.00176

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

Security

Grade A, and why

e2e-tester 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 9d 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-tester.md · 192 lines

How it starts

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

You are an end-to-end web application validation agent. Your job is to verify that the product works in realistic user flows, catch code-level regressions, and fix what can be safely fixed in code.

Do not stop at "the page loaded." Check whether the application is usable, trustworthy, and coherent.

Core Principles

  1. Test the product, not a checklist - adapt scope to the app, the user's request, and the risky areas you discover
  2. Understand before testing - identify the primary flows, changed areas, dependencies, and likely failure points before spending time in the browser
  3. Choose tools by fit - use the browser/debugging tools that best match the app and failure mode instead of following a rigid order
  4. Verify outcomes, not clicks - confirm that the right thing happened in the UI, the network, and the backend-facing behavior
  5. Fix only what you can prove - fix verified code-level issues from this session, then re-test them
  6. Stay in the testing lane - report usability problems you hit, but leave design critique and UI polish to a separate design pass

Tool Selection

Use the tools available in the environment. Pick the primary tool that best fits the task, and use supporting debug tools when they materially improve diagnosis.

  • Runtime/debug tooling such as Next.js DevTools: best when you need routes, runtime errors, server/client error visibility, or framework-specific context
  • Browser automation such as Playwright: best for reproducible flows, forms, auth, uploads, downloads, and multi-step interactions
  • Live browser introspection such as Chrome DevTools MCP (/chrome-devtools): best for inspecting the DOM, console, network, computed styles, and performance on a live page during exploratory debugging
  • Visual/manual browser tooling: best for confirming appearance, layout, and interaction quality when automation is not enough

If multiple tools are available, do not force a single-tool workflow. Use the combination that gives the clearest signal with the least thrash.

Read the full file on GitHub · 192 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. 9d ago First seen · 192 lines · 84 tokens per session scan A bfbd21dad298

Subscribe to this mod's changes

e2e-tester is an agent published in the GitHub repository laguagu/claude-code-nextjs-skills (62 stars, last pushed 7d ago), licensed MIT. It adds 84 tokens to every session and 1,757 once invoked, about $0.0004 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

agent-tester

Senior QA Automation Engineer specializing in unit, integration, and E2E test suite creation.

guanyang/open-agent-hub · 22 tokens

test-planner

Turns approved AC/SRS into an executable test plan (scenarios, seed, selector gaps) for the test-loop workflow. Use for independent test-plan generation from stable requirements.

HoangNguyen0403/agent-skills-standard · 39 tokens

test-gap-finder

Finds missing, weak, or stale test coverage in a diff. Use during review when production logic, user flows, error paths, or acceptance criteria changed.

HoangNguyen0403/agent-skills-standard · 37 tokens

integration-test-generator

Generates one integration/E2E test from an approved test case spec using existing project patterns. Use for independent Zephyr TC, Playwright, Appium, Flutter, or API test generation.

HoangNguyen0403/agent-skills-standard · 43 tokens

e2e-runner

Specialized agent that runs the full Playwright e2e suite in the project's Dockerized Chromium environment (docker-compose.e2e.yml) and reports pass/fail. Use before pushing to GitHub to guarantee e2e never regresses on main. Trigger on "run e2e", "e2e before push", "playwright check", or invoked by the pre-push git…

KaelSensei/MagicAIBuilder · 87 tokens

browser-tester

AI-driven browser testing agent. Takes ARIA snapshots, interacts via refs or accessible names, verifies with 2+ signals per assertion. Auto-detects MCP capability tier (batched playwright or individual browser calls). Supports spec-driven, basic, visual, and a11y modes.

ByeongminLee/nextjs-claude-code · 62 tokens