webapp-testing

Automate end-to-end web application testing with Playwright.

Updated Jan 31, 2026
One-click install
npx skills add https://github.com/tuyenht/Antigravity-Core --skill webapp-testing-tuyenht
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: webapp-testing
Source: https://github.com/tuyenht/Antigravity-Core/tree/main/.agent/skills/webapp-testing
Command: npx skills add https://github.com/tuyenht/Antigravity-Core --skill webapp-testing-tuyenht

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of testing web applications end-to-end, ensuring functionality, identifying bugs, and verifying user flows.

Core Features & Use Cases

  • Automated Browser Testing: Run tests using Playwright for comprehensive web application validation.
  • Accessibility Audits: Perform basic checks for accessibility compliance.
  • Visual Testing: Supports visual regression testing by capturing and comparing screenshots.
  • Use Case: Automatically test a new e-commerce website's checkout process, from adding items to the cart to successful payment confirmation, including accessibility and visual checks.

Quick Start

Run a basic Playwright test on the provided URL https://example.com and take a screenshot.

Frequently Asked Questions about webapp-testing

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

FAQPage Schema
How do I automate end-to-end web app testing with Playwright?

Automate end-to-end web app testing using Playwright to validate critical user flows, handle authentication, and execute API endpoint validation. This framework supports CI integration and parallelization for efficient test execution across web applications.

Can I run visual regression testing and accessibility audits for web applications?

Yes, visual regression testing and accessibility audits are supported for web applications. The testing process captures and compares screenshots to detect visual regressions, while also performing basic checks to ensure accessibility compliance across user flows.

Does this automated browser testing tool support CI integration and parallel execution?

Automated browser testing supports CI integration and parallelization to enable efficient test execution. This allows critical user flows and API endpoint validations to run simultaneously across multiple environments during continuous integration workflows.

What's the best way to test an e-commerce checkout flow end-to-end?

The best way to test an e-commerce checkout flow end-to-end is by automating the process from adding items to the cart through successful payment confirmation. This includes running visual regression and accessibility checks to ensure complete web application validation.

How do I validate API endpoints during end-to-end web app testing?

Validate API endpoints during end-to-end web app testing by incorporating API endpoint validation into your automated Playwright test scripts. This ensures that backend services and critical user flows function correctly together within the same test run.