testing-evidence-collector

Capture and analyze UI screenshots to identify visual discrepancies across device views.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/kayroalexandre/kayrogomesoff --skill testing-evidence-collector-kayroalexandre
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: testing-evidence-collector
Source: https://github.com/kayroalexandre/kayrogomesoff/tree/main/.kiro/skills/testing-evidence-collector
Command: npx skills add https://github.com/kayroalexandre/kayrogomesoff --skill testing-evidence-collector-kayroalexandre

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps quality assurance teams verify software interfaces through visual proof, ensuring that the delivered product matches specifications and quality standards.

Core Features & Use Cases

  • Visual Evidence Collection: Automates the capturing of screenshots across different device views and modes for comprehensive UI verification.
  • Issue Identification: Detects discrepancies in UI layouts, element behavior, and responsive design by comparing screenshots against expected outcomes.
  • Use Case: A tester can generate screenshots of a web page on desktop, tablet, and mobile, then analyze these images to confirm consistency and identify visual issues.

Quick Start

Use the testing-evidence-collector to automatically capture and analyze UI screenshots for the application on multiple device sizes.

Frequently Asked Questions about testing-evidence-collector

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

FAQPage Schema
How do I automate UI visual testing and collect screenshots for QA evidence?

Automated UI visual testing captures screenshots across multiple device views to provide QA evidence. This Skill uses Playwright scripts to automate image collection, analyze layout consistency, and identify visual discrepancies for detailed verification.

Can I use Playwright to capture screenshots across desktop, tablet, and mobile views?

Yes, Playwright supports capturing screenshots across desktop, tablet, and mobile views. The Skill automates this cross-device capture process to help testers confirm responsive design consistency and identify visual layout issues.

What is visual evidence collection in automated testing?

Visual evidence collection in automated testing is the process of capturing screenshots to verify UI quality. It detects discrepancies in element behavior and layout by comparing captured images against expected outcomes for comprehensive documentation.

Does automated visual testing work for identifying responsive design discrepancies in web interfaces?

Automated visual testing works effectively for identifying responsive design discrepancies in web interfaces. It analyzes captured screenshots to detect layout inconsistencies and element behavior issues across different device sizes and modes.

What's the best way to document visual discrepancies found during UI verification?

The best way to document visual discrepancies during UI verification is by automating screenshot capture and comparing layouts against expected outcomes. This Skill supports detailed issue documentation by generating visual proof of identified discrepancies.

Do I need Playwright installed to run automated UI verification scripts?

Yes, you need Playwright installed as it is the required dependency for running automated UI verification scripts. The Skill relies on Playwright to execute browser actions, capture screenshots, and perform visual layout analysis.