e2e-testing-playwright-cypress

e2e-testing-playwright-cypress is a skill for Claude Code from vaquarkhan/Fullstack-development-agent-skills. It costs 27 tokens per session (374 once invoked), scanned A, original, MIT.

A guide to end-to-end tests, which check complete user journeys through the interface and backend. It uses Playwright or Cypress and connects those tests to continuous integration, the automated checks run during code changes.

In plain words
What is it for?
Use it to test critical journeys, create stable selectors and test data, run checks on every merge, track flaky tests, and add visual or accessibility checks where needed.
Why use it?
It catches failures that unit tests may miss when the interface, API, and data work together. It also makes flaky tests, isolated test data, and failure details part of the test process.

Skill for Claude Code

Written for Claude Code: disable-model-invocation in frontmatter.

Part of the fullstack-development-agent-skills plugin — 129 skills, 10 commands shipped together

Good fit Use it to test critical journeys, create stable selectors and test data, run checks on every merge, track flaky tests, and add visual or accessibility checks where needed.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/vaquarkhan/fullstack-development-agent-skills/e2e-testing-playwright-cypress
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.

Any agent
npx skills add vaquarkhan/Fullstack-development-agent-skills --skill e2e-testing-playwright-cypress
Clone the repo
git clone --depth 1 https://github.com/vaquarkhan/Fullstack-development-agent-skills

Made for: Claude Code.

Or install fullstack-development-agent-skills, the plugin that ships this one along with the rest of its 129 skills, 10 commands.

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-testing-playwright-cypress

README.md
[![agentmods](https://agentmods.dev/badge/skills/vaquarkhan/fullstack-development-agent-skills/e2e-testing-playwright-cypress.svg)](https://agentmods.dev/skills/vaquarkhan/fullstack-development-agent-skills/e2e-testing-playwright-cypress)
Your own site
<a href="https://agentmods.dev/skills/vaquarkhan/fullstack-development-agent-skills/e2e-testing-playwright-cypress"><img src="https://agentmods.dev/badge/skills/vaquarkhan/fullstack-development-agent-skills/e2e-testing-playwright-cypress.svg" alt="Measured on agentmods" height="20"></a>
Per session 27 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 374 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.00027 $0.00374
Opus 5 $0.00014 $0.00187
Sonnet 5 $0.00005 $0.00075
Haiku 4.5 $0.00003 $0.00037

Measured today against content hash 36664bcf72a2, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

e2e-testing-playwright-cypress 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 today.

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.

skills/e2e-testing-playwright-cypress/SKILL.md · 54 lines

What it actually says

E2E Testing Playwright Cypress

Use When

  • Regression risk on critical flows
  • UI and API integration must be verified together

Workflow

  1. Select critical journeys and data fixtures
  2. Implement stable selectors and test IDs
  3. Run tests in CI on every merge
  4. Quarantine flaky tests with owners
  5. Integrate visual or accessibility checks where needed

Required Checks

  • Critical journeys covered in CI
  • Flaky test rate tracked and reduced
  • Test data isolated per run
  • Failures include actionable diagnostics

Decision Framework

  • Prefer explicit contracts and compatibility rules before implementation.
  • If dependency risk is high, require timeout, retry, and fallback strategy per call path.
  • If async messaging is used, require idempotency, replay, and dead-letter handling.
  • If traffic patterns are volatile, require load, failover, and scaling validation before ship.

Common Rationalizations And Rebuttals

  • "Retries will handle failures automatically." -> Unbounded retries can amplify outages; use budgets.
  • "We can skip runbooks for now." -> Operational ambiguity delays incident recovery.
  • "Contract changes are minor." -> Small breaking changes cause broad downstream regressions.

Evidence Pack

  • Contract compatibility note and migration strategy (if applicable)
  • Failure-mode test evidence for dependency degradation and recovery
  • Observability snapshot (latency, error, saturation, or queue health)
  • Rollout and rollback steps with clear trigger thresholds

Exit Criteria

  • Workflow is production-ready with verified evidence
  • Operational and security guardrails are in place
  • Release and rollback expectations are documented
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. today First seen · 54 lines · 27 tokens per session scan A 36664bcf72a2

Subscribe to this mod's changes

e2e-testing-playwright-cypress is a skill published in the GitHub repository vaquarkhan/Fullstack-development-agent-skills (2 stars, last pushed 2d ago), licensed MIT. It adds 27 tokens to every session and 374 once invoked, about $0.0001 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-09-07.

Related

Other skills, from other repositories

load-test-ops

Trigger, monitor, update, profile, and stop Camunda load tests using gh CLI and kubectl directly — no MCP server required.

camunda/camunda · 31 tokens

mushi-mushi

Set up, configure, and use Mushi Mushi — the AI-powered QA platform for automatic bug detection, user story mapping, TDD scenario generation, and PDCA auto-improvement. Use when setting up Mushi, configuring SDK/CLI/MCP, managing API keys, or asking how any Mushi feature works.

kensaurus/mushi-mushi · 70 tokens

test-component

Runs, analyzes, and fixes Playwright and accessibility tests for a specific DB UX component.

db-ux-design-system/core-web · 21 tokens

cometchat-native-testing

Testing patterns for CometChat React Native — Jest + React Native Testing Library setup, mocking the UI Kit + SDK, testing custom bubbles / headers / composer actions, snapshot pitfalls, E2E with Detox vs Maestro, and CI integration. Covers what to test vs what to skip.

cometchat/cometchat-skills · 63 tokens

cometchat-flutter-v5-testing

Testing patterns for CometChat Flutter UIKit v5 (GetX-based). Covers fluttertest (built-in), mocktail for SDK mocking, widget tests around CometChat widgets, integrationtest for real-device flows, golden tests for theming, and CI on GitHub Actions / Codemagic. Sister skill of cometchat-flutter-v6-testing — the cohorts…

cometchat/cometchat-skills · 99 tokens

cometchat-ios-testing

Testing patterns for CometChat iOS UI Kit v5 in Swift / SwiftUI / UIKit projects. Covers XCTest setup, mocking CometChatSDK + CometChatUIKitSwift via protocols, snapshot testing with iOSSnapshotTestCase, async/await test helpers, UI testing for full chat flows on simulators, and CI on Xcode Cloud / GitHub Actions.

cometchat/cometchat-skills · 81 tokens