Skip to content
Development
Skill

/run-smoke-tests

Run Playwright smoke tests, debug failures, and verify fixes

From plugin
cursor-plugins
2.6k82 skills12 agents
Install
$ npx -y skills add cursor/plugins --skill run-smoke-tests --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/run-smoke-tests

Context preview

The summary Claude sees to decide when to auto-load this skill.

Run Playwright smoke tests, debug failures, and verify fixes

SKILL.md

run-smoke-tests.SKILL.md
name: run-smoke-tests
description: Run Playwright smoke tests, debug failures, and verify fixes

Run smoke tests

Trigger

Need end-to-end smoke verification before or after changes.

Workflow

1. Build prerequisites for the target app. 2. Run the relevant smoke suite or a focused test file. 3. If failing, inspect traces/logs and isolate the root cause. 4. Apply a minimal fix and rerun until stable.

Example Commands

# Run full smoke suite
npm run smoketest

# Run a specific smoke test file
npm run smoketest -- path/to/test.spec.ts

# Faster iteration when build artifacts are ready
npm run smoketest-no-compile -- path/to/test.spec.ts

Guardrails

  • Prefer deterministic waits and assertions over brittle timeouts.
  • Re-run passing fixes to reduce flaky false positives.
  • Quarantine tests only when explicitly requested and documented.

Output

  • Test results summary
  • Root cause and fix
  • Remaining flake risk (if any)
Ships withcursor-plugins

Official Cursor plugins for popular developer tools, frameworks, and SaaS products. Each plugin is a standalone directory at the repository root with its own .cursor-plugin/plugin.json manifest.

Get the whole plugin