ops-browser-uat

Execute browser-based user acceptance tests with Playwright MCP tools.

3|3|Updated Jan 18, 2026
One-click install
npx skills add https://github.com/CodySwannGT/lisa --skill ops-browser-uat
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ops-browser-uat
Source: https://github.com/CodySwannGT/lisa/tree/main/plugins/lisa-expo/skills/ops-browser-uat
Command: npx skills add https://github.com/CodySwannGT/lisa --skill ops-browser-uat

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates browser-based user acceptance testing, ensuring application features function correctly across different environments and capturing visual proof of their state.

Core Features & Use Cases

  • Automated Testing: Executes predefined or custom UAT scenarios using Playwright MCP tools.
  • Visual Proof: Captures screenshots at key steps for verification and documentation.
  • Use Case: Run a 'smoke-test' scenario against your staging environment to quickly verify critical user flows after a new deployment.

Quick Start

Run the smoke-test scenario against the development environment.

Frequently Asked Questions about ops-browser-uat

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

FAQPage Schema
How do I automate browser UAT scenarios with Playwright?

You can automate browser UAT by executing predefined scenarios using Playwright MCP tools to handle login, feature navigation, and visual proof capture across multiple environments.

Can I capture screenshots during automated user acceptance testing?

Yes, the UAT automation process captures screenshots at key steps during execution, providing visual proof of the application state for verification and documentation.

Does this browser automation tool support testing across development and staging environments?

Yes, the automated browser testing supports validating application features and running smoke-test scenarios across development, staging, and production environments.

What do I need to run automated e2e testing against my staging environment?

You need Playwright MCP tools installed, along with project-specific selectors and authentication flows configured, to execute automated end-to-end testing scenarios successfully.

Why use Playwright MCP tools for browser automation instead of other QA frameworks?

Playwright MCP tools enable direct execution of browser-based user acceptance testing scenarios, supporting automated login and feature navigation while capturing visual proof for validation.

When should I run a smoke-test scenario using browser automation?

You should run a smoke-test scenario against your staging environment to quickly verify critical user flows and validate application functionality immediately after a new deployment.