browser-qa

Automate visual testing and UI interaction verification for web applications.

1|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/vrcms/everything-qwen-code --skill browser-qa-vrcms
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: browser-qa
Source: https://github.com/vrcms/everything-qwen-code/tree/main/.qwen/skills/browser-qa
Command: npx skills add https://github.com/vrcms/everything-qwen-code --skill browser-qa-vrcms

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill eliminates the manual burden of verifying frontend UI consistency and interaction integrity across different viewports and user flows after feature deployment.

Core Features & Use Cases

  • Automated Smoke Testing: Validates page navigation, console health, and network status to ensure core functionality remains intact.
  • Visual Regression: Captures and compares screenshots across multiple breakpoints to detect layout shifts and styling regressions.
  • Interaction & Accessibility: Automates user journeys like form submissions and auth flows while auditing for WCAG accessibility violations.

Quick Start

Use the browser-qa skill to perform a full smoke test and visual regression check on the staging URL provided in the current context.

Frequently Asked Questions about browser-qa

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

FAQPage Schema
How do I automate visual regression testing for web applications across multiple viewports?

Automated visual regression testing captures and compares screenshots across multiple device breakpoints to detect layout shifts and styling regressions. It validates UI consistency by automating end-to-end user journeys and verifying page navigation.

Can I automate WCAG accessibility auditing during end-to-end UI testing?

Yes, WCAG accessibility auditing is automated during end-to-end UI testing by executing user journeys like form submissions and auth flows. This audits for accessibility violations while validating interaction integrity across different viewports.

Does browser-qa work with Playwright and Puppeteer for post-deployment smoke testing?

Browser-qa works with Playwright, Puppeteer, and Chrome-based MCP tools for post-deployment smoke testing. It requires integration with these browser automation frameworks to execute end-to-end user journeys and validate console health.

What is automated smoke testing for frontend UI and how does it validate network status?

Automated smoke testing for frontend UI validates page navigation, console health, and network status to ensure core functionality remains intact after feature deployment. It eliminates manual verification of interaction integrity across user flows.

How do I validate frontend UI consistency in PR reviews using browser automation?

Frontend UI consistency in PR reviews is validated using browser automation to perform visual regression checks and smoke tests. This captures screenshots across breakpoints and automates user journeys to detect styling regressions before deployment.

What's the best way to detect layout shifts across multiple device viewports after deployment?

The best way to detect layout shifts is through automated visual regression testing that captures and compares screenshots across multiple device breakpoints. This identifies styling regressions and ensures UI consistency post-deployment.