run-smoke-tests

Run Playwright smoke tests and diagnose failures with traces and logs.

2|Updated Apr 3, 2026
One-click install
npx skills add https://github.com/kscius/KS-Cursor-Orchestrator --skill run-smoke-tests-kscius
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: run-smoke-tests
Source: https://github.com/kscius/KS-Cursor-Orchestrator/tree/main/skills/run-smoke-tests
Command: npx skills add https://github.com/kscius/KS-Cursor-Orchestrator --skill run-smoke-tests-kscius

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates automated Playwright smoke testing to quickly validate app health after changes, reducing manual QA time and catching critical issues early.

Core Features & Use Cases

  • Automated Smoke Execution: Run full or focused Playwright smoke suites with deterministic, repeatable results.
  • Failure Diagnosis & Verification: Collect traces, logs, and results to pinpoint root causes and verify fixes.
  • CI/Local Flexibility: Integrates with CI pipelines or local workflows for pre- or post-change verification.
  • Use Case: Example: patch introduces a UI change; run the smoke suite to confirm no regressions.

Quick Start

Run the full smoke suite using npm run smoketest to verify stability.

Frequently Asked Questions about run-smoke-tests

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

FAQPage Schema
How do I automate Playwright smoke tests after a UI patch?

Automate Playwright smoke tests by running the full or focused suite to validate app health after changes, catching critical UI regressions early. Use npm run smoketest to quickly verify stability and confirm no regressions were introduced.

What is the best way to diagnose flaky Playwright smoke tests?

Diagnose flaky tests by collecting traces, logs, and structured results to pinpoint root causes. The Skill applies guardrails to reduce flaky results and ensure deterministic, repeatable test execution across runs.

Can I run Playwright smoke tests in CI pipelines and local workflows?

Playwright smoke tests integrate with CI pipelines or local workflows for pre- and post-change verification. This flexibility ensures automated test execution and failure diagnosis function consistently across different environments.

Why do I need deterministic test execution for smoke testing?

Deterministic test execution guarantees repeatable smoke test results by reducing false positives. Structured reports and built-in guardrails help maintain test reliability and quickly validate application health after code changes.

How do I verify a bug fix using Playwright smoke tests?

Verify bug fixes by running focused Playwright smoke suites post-change. The tool collects detailed traces and logs to confirm the patch resolves the issue without introducing new regressions in the application.