e2e-dashboard

e2e-dashboard is a skill for Claude Code from FaisalNoman/playwright-skills. It costs 30 tokens per session (3,807 once invoked), scanned A, original, MIT.

An installer for a live web dashboard that shows Playwright end-to-end test progress as tests run. Playwright is a tool for testing an application through a browser, and end-to-end tests check complete user flows.

In plain words
What is it for?
Use it to run individual tests or files, rerun failures, search and filter results, inspect screenshots and traces, and export failure reports.
Why use it?
It makes long or failing test runs easier to follow by showing progress, errors, history, attachments, and failure groupings in one local page.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: reads .claude/ paths.

Part of the e2e-dashboard plugin — 1 skill shipped together

Good fit Use it to run individual tests or files, rerun failures, search and filter results, inspect screenshots and traces, and export failure reports.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/faisalnoman/playwright-skills/e2e-dashboard
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 FaisalNoman/playwright-skills --skill e2e-dashboard
Clone the repo
git clone --depth 1 https://github.com/FaisalNoman/playwright-skills

Made for: Claude Code.

Or install e2e-dashboard, the plugin that ships this one along with the rest of its 1 skill.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/faisalnoman/playwright-skills/e2e-dashboard/github.svg)](https://agentmods.dev/skills/faisalnoman/playwright-skills/e2e-dashboard)
Your own site
<a href="https://agentmods.dev/skills/faisalnoman/playwright-skills/e2e-dashboard"><img src="https://agentmods.dev/badge/skills/faisalnoman/playwright-skills/e2e-dashboard/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-dashboard

Your own site · 80×15
<a href="https://agentmods.dev/skills/faisalnoman/playwright-skills/e2e-dashboard"><img src="https://agentmods.dev/badge/skills/faisalnoman/playwright-skills/e2e-dashboard.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 30 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,807 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.00030 $0.03807
Opus 5 $0.00015 $0.01903
Sonnet 5 $0.00006 $0.00761
Haiku 4.5 $0.00003 $0.00381

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

Security

Grade A, and why

e2e-dashboard 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 10d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (templates/progress-server.js, templates/realtime-reporter.js), 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.

plugins/e2e-dashboard/skills/e2e-dashboard/SKILL.md · 250 lines

How it starts

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

E2E Dashboard Installer

What Gets Installed

Three files wired into Playwright:

File Purpose
{reporters_dir}/progress-server.js Node HTTP server (port 7373) — receives events, serves SSE, spawns test runs
{reporters_dir}/realtime-reporter.js Playwright custom reporter — POSTs events to server as tests run
{tests_dir}/test-progress-dashboard.html Single-page dashboard served at http://localhost:7373

25 features: live SSE stream · sidebar file filter · category tabs (auto-hidden when only one test category — E2E, Security, or Perf — is installed) · per-file/per-test run buttons · re-run failed · failures-only toggle · test name search · sort (default/failed-first/slowest) · describe-block nesting · flakiness badge (from run history) · ETA during run · screenshot thumbnails · Playwright Trace Viewer integration · copy error button · browser notifications · compact mode · keyboard shortcuts · auto-scroll to first failure · failure grouping by error pattern · video attachments · Markdown failure export · static CI-report mode · per-test run-history strip · inline spec source view + edit-and-save (writes back to disk via the same file whitelist /run uses) · browser selector (multi-select, auto-hidden when only one browser is configured) with grouped per-test results and a per-browser pass/fail summary strip.

Security model: the server binds to 127.0.0.1 only (never reachable off the local machine), locks CORS to its own origin (no wildcard), and requires an X-Dashboard-Token header — generated at startup and printed to the console — on every state-changing route (/run, /stop, /open-trace, /filetests). The served dashboard HTML has the token injected automatically; nothing to configure. Set E2E_DASHBOARD_TOKEN to pin a fixed token (e.g. for scripted use), and E2E_DASHBOARD_PORT to pin a starting port (auto-falls-back by +1 up to 10 times if it's taken, so multiple projects' dashboards can run concurrently).

Read the full file on GitHub · 250 lines

Files

What ships with it

3 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. 10d ago First seen · 250 lines · 30 tokens per session scan A 7a566e2b24f9

Subscribe to this mod's changes

e2e-dashboard is a skill published in the GitHub repository FaisalNoman/playwright-skills (1 stars, last pushed 5d ago), licensed MIT. It adds 30 tokens to every session and 3,807 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-31.