blog-smoke-tests

Execute Playwright smoke tests for the Denser blog application and generate an HTML report.

3|4|Updated Nov 30, 2023
One-click install
npx skills add https://github.com/openhive-network/denser --skill blog-smoke-tests
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: blog-smoke-tests
Source: https://github.com/openhive-network/denser/tree/main/.claude/skills/blog-smoke-tests
Command: npx skills add https://github.com/openhive-network/denser --skill blog-smoke-tests

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the testing of the Denser blog application's core functionalities, ensuring its stability and reliability across different environments.

Core Features & Use Cases

  • Comprehensive Smoke Tests: Executes 15 prioritized tests covering critical blog features like homepage rendering, post navigation, user profiles, and more.
  • Configurable Environments: Supports testing against Production, Development, or Localhost instances.
  • Robust Reporting: Generates detailed HTML reports with screenshots and trace files for failures, aiding in quick debugging.
  • Use Case: Before deploying a new version of the Denser blog, run this Skill to perform a quick but thorough check of all essential features, ensuring no regressions were introduced.

Quick Start

Run the blog smoke tests against the production environment in headless mode.

Frequently Asked Questions about blog-smoke-tests

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

FAQPage Schema
How do I run Playwright smoke tests for a blog application?

To run Playwright smoke tests for a blog, execute this Skill to automatically test critical UI elements and functionalities across production, dev, or localhost environments.

What is included in automated blog smoke testing?

Automated blog smoke testing includes 15 prioritized tests covering critical features like homepage rendering, post navigation, and user profiles, along with HTML report generation for analysis.

Can I run UI tests in both headed and headless modes?

Yes, you can run UI tests in configurable headed or headless modes, allowing you to either watch the browser execute tests visually or run them silently in the background.

How are test failures debugged when running Playwright smoke tests?

Test failures are debugged using automatically collected artifacts, including screenshots and trace.zip files, which provide detailed visual and execution traces for quick analysis.

Does this smoke testing tool support different deployment environments?

Yes, this smoke testing tool supports configurable environments, allowing you to seamlessly execute tests against Production, Development, or Localhost instances of your blog application.