run-smoke-tests

Run Playwright smoke tests and produce logs with failure traces.

2.6k|204|Updated Jan 23, 2026
One-click install
npx skills add https://github.com/cursor/plugins --skill run-smoke-tests-cursor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: run-smoke-tests
Source: https://github.com/cursor/plugins/tree/main/cursor-team-kit/skills/run-smoke-tests
Command: npx skills add https://github.com/cursor/plugins --skill run-smoke-tests-cursor

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Run Playwright smoke tests to quickly validate app stability after changes, catching regressions before they ship.

Core Features & Use Cases

  • Executes a selected smoke suite against the target app to verify critical paths.
  • Provides concise results with logs and failure traces to aid debugging.
  • Integrates with CI to fail builds on flaky or failing tests.

Quick Start

Run the full Playwright smoke suite to verify recent changes.

Frequently Asked Questions about run-smoke-tests

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run Playwright smoke tests to verify app stability after changes?

Run Playwright smoke tests to validate application stability by executing a selected smoke suite against the target app to catch regressions before they ship. This provides concise results with logs and failure traces to aid debugging.

What is smoke testing used for in CI workflows?

Smoke testing in CI workflows provides quick feedback on app stability across critical paths and regressions. It integrates with CI pipelines to fail builds on flaky or failing tests, ensuring deterministic test execution and structured log artifacts for debugging.

Can I use this to get structured logs and failure traces for debugging?

Yes, you can get structured results and log artifacts for debugging. It provides concise results with logs and failure traces to aid debugging when verifying fixes and critical paths in your web applications.

Does Playwright smoke testing work for end-to-end web application validation?

Playwright smoke testing works for end-to-end web application validation by automating tests against critical paths. It satisfies requirements for deterministic test execution, structured results, and log artifacts for debugging regressions.

Why should I run a smoke suite instead of a full test regression suite?

Run a smoke suite instead of a full regression suite to get quick feedback on app stability after changes. Smoke testing targets critical paths to catch regressions before they ship, making it ideal for fast development and CI workflows.