qa-only

Automate web application navigation, interaction, and evidence collection with screenshots and logs.

Updated Oct 29, 2013
One-click install
npx skills add https://github.com/wangfeiv/GitProjects --skill qa-only-wangfeiv
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa-only
Source: https://github.com/wangfeiv/GitProjects/tree/main/skills/gstack/qa-only
Command: npx skills add https://github.com/wangfeiv/GitProjects --skill qa-only-wangfeiv

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill facilitates systematic testing of web applications by simulating user actions and generating detailed reports, helping QA teams identify issues efficiently.

Core Features & Use Cases

  • Automated Testing: Simulate user navigation, form interaction, and visual checks across web pages.
  • Evidence Collection: Capture screenshots and console logs to document bugs, layout issues, and errors.
  • Use Case: A QA engineer needs to verify a new feature in a web app by navigating through flows, capturing problematic UI elements, and reporting findings for developer review.

Quick Start

Use the qa-only skill to run a test suite on your local website at http://localhost:3000 and generate a comprehensive report.

Frequently Asked Questions about qa-only

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

FAQPage Schema
How do I automate web testing to capture screenshots and console logs?

Automating web testing to capture screenshots and console logs involves simulating user navigation and interactions across web pages. This Skill systematizes that process, automatically collecting visual and log evidence to document layout, functional, and performance issues.

What is the best way to identify web app bugs without modifying the application code?

Identifying web app bugs without modifying code requires a non-intrusive testing approach. This Skill simulates user actions and generates detailed reports with evidence, ensuring thorough testing of application states while keeping the underlying application code untouched.

Can I use this for QA testing on a local development environment?

Yes, you can use this for QA testing on a local development environment. The Skill supports running automated test suites against local web applications, such as those hosted at localhost, to verify features and generate comprehensive bug reports.

How do I generate bug reports from console logs and screenshots?

Generating bug reports from console logs and screenshots is handled automatically during the testing flow. The Skill captures this evidence as it simulates user interactions, compiling the screenshots and logs into a detailed report for developer review.

Does automated web testing work for checking layout and functional issues across different pages?

Yes, automated web testing works for checking layout and functional issues across different pages. The Skill systematically navigates through various application states, capturing UI elements and errors to document both visual layout problems and functional defects.

Why should I use a QA-only approach instead of fixing bugs during testing?

A QA-only approach separates testing from development, allowing QA engineers to focus on identifying issues without modifying code. This Skill generates detailed evidence reports for developers to review, ensuring thorough bug documentation and clear developer handoffs.