browser-qa

Automate browser-based smoke tests, interaction checks, and visual regression with accessibility audits.

1|1|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/zardusai-cyber/zardus_setup --skill browser-qa-zardusai-cyber
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: browser-qa
Source: https://github.com/zardusai-cyber/zardus_setup/tree/main/ecc/skills/browser-qa
Command: npx skills add https://github.com/zardusai-cyber/zardus_setup --skill browser-qa-zardusai-cyber

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates visual testing and UI interaction verification for web applications after deployment, reducing manual QA time and catching regressions early.

Core Features & Use Cases

  • Automated smoke tests for page load, console errors, and 4xx/5xx responses
  • Interaction testing across navigation, forms, and critical user journeys
  • Visual regression checks with multi-breakpoint screenshots and optional baselines
  • Accessibility auditing checks for keyboard navigation, labels, and contrast

Quick Start

Run the browser QA workflow on your live pages to verify UI interactions, accessibility, and visual stability across breakpoints.

Frequently Asked Questions about browser-qa

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

FAQPage Schema
How do I verify UI interactions and visual stability during PR reviews?

You can verify UI interactions and visual stability during PR reviews by running an automated browser QA workflow on live pages. This process executes interaction checks and visual regression tests to catch regressions early before merging code changes.

What is the best way to run automated smoke tests for page load errors on a staging deployment?

Automated smoke tests for staging deployments verify page loads by checking for console errors and 4xx/5xx responses. This automated UI testing workflow runs deterministic page navigation to ensure critical pages load without server or client errors.

Can I use Playwright or Puppeteer for interaction testing across critical user journeys?

Yes, you can leverage Playwright or Puppeteer for interaction testing across navigation, forms, and critical user journeys. These frameworks drive deterministic page navigation to verify that complex auth flows and UI interactions function correctly.

Does automated browser QA include accessibility auditing for keyboard navigation and contrast?

Automated browser QA includes accessibility auditing checks for keyboard navigation, labels, and contrast. This ensures your UI-heavy applications meet accessibility standards during end-to-end quality assurance workflows without requiring separate tooling.

How do I verify UI interactions and visual stability during PR reviews?

You can verify UI interactions and visual stability during PR reviews by running an automated browser QA workflow on live pages. This process executes interaction checks and visual regression tests to catch regressions early before merging code changes.