run-smoke-tests

Automate Playwright smoke tests and report outcomes with logs and artifacts.

3|1|Updated Mar 17, 2026
One-click install
npx skills add https://github.com/cogine-ai/cogine-dev-skillset --skill run-smoke-tests-cogine-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: run-smoke-tests
Source: https://github.com/cogine-ai/cogine-dev-skillset/tree/main/skills/run-smoke-tests
Command: npx skills add https://github.com/cogine-ai/cogine-dev-skillset --skill run-smoke-tests-cogine-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates Playwright smoke testing to quickly verify web app health after changes, reducing manual testing and speeding feedback loops.

Core Features & Use Cases

  • Execute full or focused smoke suites across environments for consistent validation.
  • Collect and summarize test results, logs, and screenshots to aid rapid debugging.
  • Integrate with CI and local workflows for rapid verification during development and releases.

Quick Start

Run the full smoke suite to verify your app's health after 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 web app health after changes?

Run Playwright smoke tests by triggering your npm script to execute the suite across environments. This automates validation, reports outcomes, and collects logs and screenshots to speed up feedback loops after code changes.

What is automated smoke testing and when do I need it for CI pipelines?

Automated smoke testing is a rapid validation process that executes core end-to-end tests to verify application stability. You need it in CI pipelines, local development, and hotfix verification to get faster feedback on build health.

Do I need a Playwright configuration to run smoke tests?

Yes, you need a Playwright configuration, an npm script to trigger tests, and mechanisms to collect logs and artifacts. These prerequisites enable the smoke testing process to execute and summarize results for debugging.

What's the best way to collect logs and screenshots for debugging failed smoke tests?

The best way to collect logs and screenshots for debugging failed smoke tests is to use an automated Playwright smoke testing process that summarizes test results, logs, and screenshots to aid rapid debugging and stabilize builds.

Can I run focused smoke suites instead of the full test suite?

Yes, you can execute full or focused smoke suites across environments for consistent validation. Running focused Playwright smoke tests allows you to quickly verify specific application paths and stabilize builds during development.

Why are my Playwright smoke tests not working in local development workflows?

Playwright smoke tests may fail in local workflows if you lack a proper Playwright configuration, an npm script to trigger tests, or mechanisms to collect logs and artifacts. Verify these dependencies to enable rapid local verification.