browser-tests

Guide browser-based web testing for deployment, responsive design, and user flows.

7|2|Updated Jan 28, 2026
One-click install
npx skills add https://github.com/LuisSambrano/antigravity-config --skill browser-tests
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: browser-tests
Source: https://github.com/LuisSambrano/antigravity-config/tree/main/skills/10-tools/browser-tests
Command: npx skills add https://github.com/LuisSambrano/antigravity-config --skill browser-tests

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a structured approach to testing web applications, ensuring functionality, responsiveness, and visual integrity across different devices and scenarios.

Core Features & Use Cases

  • Deployment Verification: Confirm that newly deployed websites are rendering correctly.
  • Responsive Design Testing: Check how a website adapts to various screen sizes (mobile, tablet, desktop).
  • User Flow Validation: Test critical user journeys, like form submissions and navigation.
  • Visual Audits: Capture screenshots for documentation or to identify visual regressions.

Quick Start

Use the browser-tests skill to navigate to 'https://example.com' and verify its layout on a mobile breakpoint.

Frequently Asked Questions about browser-tests

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

FAQPage Schema
How do I verify a newly deployed website is rendering correctly?▼

Deployment verification is achieved by navigating to the deployed URL and running visual and functional audits to confirm the web page renders correctly without missing assets or layout breaks.

Can I check if my web design is responsive across different screen sizes?▼

Responsive design validation is performed by testing the website across defined breakpoints, allowing you to check how the layout adapts to mobile, tablet, and desktop screen sizes.

How do I test interactive user flows like form submissions on a web page?▼

Interactive user flow testing validates critical user journeys by systematically stepping through actions like form submissions and site navigation to ensure they function as intended.

What is the best way to capture screenshots for visual regression testing?▼

Visual audits capture screenshots of web pages to provide documentation and identify visual regressions, ensuring the functional and visual integrity of the application is maintained.

Do I need to install any dependencies to perform web page testing?▼

No dependencies are required to use this web testing approach, as the skill operates independently to guide the browser tool for comprehensive functional and visual verification.