integration-e2e-testing

integration-e2e-testing is a skill for Claude Code, Codex from shinpr/ai-coding-project-boilerplate. It costs 39 tokens per session (2,188 once invoked), scanned A, original, MIT.

A set of rules for choosing and writing the smallest integration or end-to-end test set that proves behavior at a visible boundary. Integration tests check parts working together, while end-to-end tests check a complete user flow.

In plain words
What is it for?
Use it when writing or reviewing tests for connected modules, browser flows, fixture-based UI behavior, or complete flows across live local services.
Why use it?
It avoids testing only internal details when the important question is whether the user-visible behavior works. It also distinguishes tests using fixtures or mocks from tests requiring running services.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/shinpr/ai-coding-project-boilerplate/integration-e2e-testing
Any agent
npx skills add shinpr/ai-coding-project-boilerplate --skill integration-e2e-testing
Clone the repo
git clone --depth 1 https://github.com/shinpr/ai-coding-project-boilerplate

Made for: Claude Code, Codex.

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 integration-e2e-testing

README.md
[![agentmods](https://agentmods.dev/badge/skills/shinpr/ai-coding-project-boilerplate/integration-e2e-testing.svg)](https://agentmods.dev/skills/shinpr/ai-coding-project-boilerplate/integration-e2e-testing)
Your own site
<a href="https://agentmods.dev/skills/shinpr/ai-coding-project-boilerplate/integration-e2e-testing"><img src="https://agentmods.dev/badge/skills/shinpr/ai-coding-project-boilerplate/integration-e2e-testing.svg" alt="Measured on agentmods" height="20"></a>
Per session 39 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,188 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00039 $0.02188
Opus 5 $0.00019 $0.01094
Sonnet 5 $0.00008 $0.00438
Haiku 4.5 $0.00004 $0.00219

Measured 4d ago against content hash 9859ca2da6ec, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

integration-e2e-testing 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 4d 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.

.claude/skills-en/integration-e2e-testing/SKILL.md · 177 lines

How it starts

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

Integration Test & E2E Test Design/Implementation Rules

References

Test Types and Selection

Test Type Purpose Scope External Deps File Format Implementation Timing
Integration Verify component interactions in-process Partial system integration (in-process modules; for UI components, RTL+MSW for React/TS) Mocked or in-process *.int.test.ts Created alongside implementation
fixture-e2e Verify browser behavior with deterministic fixtures Full UI flow with mocked backend / fixture-driven state Mocked / fixture only — no live services *.fixture-e2e.test.ts Created alongside the UI feature
service-integration-e2e Verify a contract that only a running stack can expose Full system across services Live local services or service-level stubs *.service-e2e.test.ts Executed after the required services exist

Lane selection (E2E only):

  • Default lane for user-facing UI journeys is fixture-e2e — it runs a real browser against deterministic fixtures, catches the bugs that unit/integration tests miss (button no-op, state never updates, navigation breaks), and runs in CI without infrastructure setup
  • Select service-integration-e2e when the proof obligation is real cross-service behavior such as data persistence, transactional consistency, or an external service contract

Start from accepted proof obligations, assign each to the cheapest boundary that can expose its failure, remove duplicate coverage, and keep the smallest set that covers every remaining distinct failure. Let those obligations determine the test count. A feature may validly produce no test in a lane.

Read the full file on GitHub · 177 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 4d ago First seen · 177 lines · 39 tokens per session scan A 9859ca2da6ec

Subscribe to this mod's changes

integration-e2e-testing is a skill published in the GitHub repository shinpr/ai-coding-project-boilerplate (227 stars, last pushed 6d ago), licensed MIT. It adds 39 tokens to every session and 2,188 once invoked, about $0.0002 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 skills, from other repositories

verify

Build, launch, and drive the AppointMe stack to verify a change end-to-end at its runtime surface.

bravodev-hub/appointme · 25 tokens

playwright-best-practices

Use when writing Playwright tests, fixing flaky tests, debugging failures, implementing Page Object Model, configuring CI/CD, optimizing performance, mocking APIs, handling authentication or OAuth, testing accessibility (axe-core), file uploads/downloads, date/time mocking, WebSockets, geolocation, permissions…

ever-works/directory-web-template · 214 tokens

testing

Write, review, and audit tests for Flutter projects using Clean Architecture + Riverpod. Use when writing unit tests, widget tests, golden tests, reviewing test quality, checking test coverage, creating mocks/spies, or testing Riverpod providers.

launch52-ai/flutter-template · 50 tokens

use-agent-browser-for-airi

Test AIRI display-model imports with agent-browser across stage-tamagotchi Electron, stage-web, and stage-pocket mobile web layouts. Use when uploading and verifying contributor-supplied Live2D ZIP, VRM, or MMD ZIP/PMX/PMD files through AIRI's model selector, including onboarding bypass, format-specific import…

moeru-ai/airi · 87 tokens

verify

Exercise the real app/API/CLI and collect observable evidence; tests alone do not count as end-to-end verification.

Hmbown/CodeWhale · 25 tokens

saas-builder

Clone, verify, map, and build on top of ixartz/SaaS-Boilerplate for a user's SaaS idea. Use when a user wants to reuse SaaS Boilerplate, evaluate how their product fits it, or build product-specific pages, database schema, roles, permissions, MVP features, and launch scope on top of the boilerplate.

ixartz/SaaS-Boilerplate · 75 tokens