testing

testing is a plugin for Claude Code from KhaledSaeed18/dotclaude. Its manifest loads nothing; the 2 skills, 1 command it bundles cost 224 tokens per session together, scanned A, original, MIT.

A testing toolkit for checking a web application in a browser from start to finish. It uses Playwright, a tool for controlling browsers, and can generate tests that follow the project's existing style.

In plain words
What is it for?
Use it to create and run end-to-end tests, such as opening pages, filling forms, and verifying results.
Why use it?
It reduces the work of writing browser tests and checking whether complete user journeys still work.

Plugin for Claude Code

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.

Claude Code
/plugin marketplace add KhaledSaeed18/dotclaude
agentmods
npx agentmods add plugins/khaledsaeed18/dotclaude/testing
Clone the repo
git clone --depth 1 https://github.com/KhaledSaeed18/dotclaude

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 testing

README.md
[![agentmods](https://agentmods.dev/badge/plugins/khaledsaeed18/dotclaude/testing.svg)](https://agentmods.dev/plugins/khaledsaeed18/dotclaude/testing)
Your own site
<a href="https://agentmods.dev/plugins/khaledsaeed18/dotclaude/testing"><img src="https://agentmods.dev/badge/plugins/khaledsaeed18/dotclaude/testing.svg" alt="Measured on agentmods" height="20"></a>
Per session not measured What this adds to a session before it is invoked.
When invoked not measured The manifest loads nothing itself; its 2 skills, 1 command cost 224 tokens a session between them.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Security

Grade A, and why

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 2d ago.

The scan reads marketplace.json#testing. This mod also ships 6 executable files (plugins/format-on-edit/scripts/format-on-edit.mjs, plugins/notify/scripts/notify.mjs, plugins/precompact-saver/scripts/precompact-saver.mjs, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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-plugin/marketplace.json#testing · 18 lines

What it actually says

{
  "name": "testing",
  "source": "./.claude-plugin/plugins/testing",
  "description": "Testing toolkit: browser-based end-to-end verification with Playwright and a /write-tests command that generates a suite matching project conventions.",
  "author": {
    "name": "Khaled Saeed"
  },
  "homepage": "https://github.com/KhaledSaeed18/dotclaude",
  "repository": "https://github.com/KhaledSaeed18/dotclaude",
  "license": "MIT",
  "category": "testing",
  "keywords": [
    "testing",
    "playwright",
    "e2e",
    "unit-tests"
  ]
}
Contents

What it installs

The manifest is a name and a version. 2 skills, 1 command travel with it, and installing the plugin installs all of them — 224 tokens a session between them. Each is measured on its own page, and each can be installed alone.

Files

What ships with it

60 files beside marketplace.json#testing 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. 2d ago First seen · 18 lines scan A ec581affaa90

Subscribe to this mod's changes

testing is a plugin published in the GitHub repository KhaledSaeed18/dotclaude (5 stars, last pushed 4d ago), licensed MIT. Its token cost is not measured: this kind of file is read by the harness, not the model. 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-03.

Related

Other plugins, from other repositories

playwright

Live E2E browser automation via Microsoft's @playwright/cli — named sessions, accessibility-ref snapshots, click/fill by ref, screenshots, console and network capture, mocking, tracing, video, and auth state, with artifacts written to disk so only paths enter context, plus a vendored upstream baseline and maintainer…

melodic-software/claude-code-plugins · not measured

instruction-placement

Routes agent-instruction content to the surface that loads it at the right moment. The audit skill sweeps a repository's instruction layer and its ordinary markdown for content whose scope is narrower than the surface carrying it — conventions keyed to one file type or one subtree sitting in an always-loaded CLAUDE.md.

melodic-software/claude-code-plugins · not measured

ai-briefing

Build source-backed AI-industry briefings from official vendor publications, configured RSS/Atom feeds, GitHub releases, reputable secondary reporting, and user-supplied URLs. Deduplicate, rank, and present results as markdown or optional HTML/PPTX decks, with repository-owned profile, audience, and brand…

melodic-software/claude-code-plugins · not measured

disk-hygiene

Context-aware disk hygiene for arbitrary directory trees: inventories orphaned and temporary artifacts, classifies evidence into review tiers, and offers exact-path cleanup only after a fresh safety preview and explicit per-tier approval. The target is read-only by default; OS-managed paths, links and mount points…

melodic-software/claude-code-plugins · not measured

repo-fleet-hygiene

Cross-repository Git/GitHub fleet discovery, evidence rollup, and a gated apply verb that executes a prior fleet action plan behind one confirmation. Audit stays read-only and confidence-tiered; apply mutates only with --apply plus interactive confirmation or --yes.

melodic-software/claude-code-plugins · not measured

developer-essentials

Essential developer skills including Git workflows, SQL optimization, error handling, code review, E2E testing, authentication, debugging, and monorepo management.

HermeticOrmus/LibreUIUX-Claude-Code · not measured