browser-verify

Automate UI verification of parcels with Playwright and ProofShot.

Updated Apr 13, 2026
One-click install
npx skills add https://github.com/youssefKadaouiAbbassi/yka-code --skill browser-verify-youssefkadaouiabbassi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: browser-verify
Source: https://github.com/youssefKadaouiAbbassi/yka-code/tree/main/forge/plugin/skills/browser-verify
Command: npx skills add https://github.com/youssefKadaouiAbbassi/yka-code --skill browser-verify-youssefkadaouiabbassi

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires playwright, proofshot, and includes scripts (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the verification of UI parcels using Playwright and ProofShot, streamlining the process and reducing manual effort.

Core Features & Use Cases

  • Automated UI Verification: Runs UI tests using Playwright to ensure the visual and functional aspects of parcels meet specifications.
  • ProofShot Integration: Integrates with ProofShot for generating visual snapshots of the UI.
  • Use Case: Before deploying a new feature, use this Skill to automatically verify that the UI components behave as expected.

Quick Start

Run the browser-verify skill to verify the UI for the 'uiParcel123' using the specified URL and configurations.

Frequently Asked Questions about browser-verify

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

FAQPage Schema
How do I automate UI verification for web applications using Playwright?

Automated UI verification using Playwright runs headless tests to validate that web application components meet visual and functional specifications. This approach streamlines the testing process and reduces manual effort before deploying new features.

What is ProofShot integration used for in automated UI testing?

ProofShot integration in automated UI testing is used for generating visual snapshots of the UI. Combined with Playwright, it captures proof shots during headless tests to verify that visual aspects of parcels meet specifications.

Do I need Playwright and ProofShot installed to run automated UI tests?

Yes, you need Playwright and ProofShot installed to run automated UI tests. These dependencies are required to execute headless browser tests and generate the visual snapshots needed for functional and visual validation.

Can I verify UI parcels in headless browser tests before a deployment?

Yes, you can verify UI parcels in headless browser tests before a deployment. By running Playwright and ProofShot, the skill automatically checks that UI components behave as expected and meet visual specifications.

What's the best way to generate visual snapshots during Playwright UI verification?

The best way to generate visual snapshots during Playwright UI verification is to integrate ProofShot. This combination runs headless tests to validate functional behavior while capturing visual proof shots of the UI.