Portable 1.0Testingv1.0.0

Webapp Testing Agent Plugin

Test local web applications with Playwright through a reconnaissance-first workflow for page behavior, element discovery, screenshots, browser logs, and managed servers.

0 repository stars Apache-2.0 Updated Aug 8, 2026
Reviewed seed

observed

in the browser.

Inspect first, act on stable evidence, capture failures, and verify the complete user flow.

Test what users see

Copy the complete Webapp Testing package

Sparse-clone the plugin directory and load it in a compatible client with Python and Playwright available. Review the server helper and example automation first.

Installation

Install Plugin

Choose Codex or Copilot, click Copy, paste the two lines into a terminal, and press Enter.The installation commands are identical on Windows, macOS, and Linux.

codex plugin marketplace add agentplugin-net/portable-agent-plugins
codex plugin add webapp-testing@agentplugin-net

Explainable standards check

Latest official standard could not be confirmed

Official latest version: 1.0.0 (Working Draft). The value is read from the official specification and cached for one day.

Read the official specification

This is a static package-format check, not a security audit, quality score, malware scan, or guarantee of client compatibility.

Source package available for inspection

The package could not be checked: GitHub tree returned 403.

Static source inspection

Capabilities

What can you do with Webapp Testing?

Verify the running interface instead of reasoning from source alone.

Use this plugin when a local web application must be exercised in a browser, visually inspected, debugged, or checked across a user flow.

  • Start and stop local application servers reliably.
  • Inspect page structure before choosing selectors.
  • Automate user flows with Playwright.
  • Capture screenshots and browser console output.
  • Test failure states without modifying production data.

Reconnaissance before action

The workflow reads the page and discovers elements before clicking, reducing brittle guesses and accidental interaction.

Keep tests contained

Local servers, test accounts, screenshots, logs, and explicit cleanup make browser effects easier to review and control.

Practical workflow

From running app to reproducible browser evidence

Pass 01 / Observe

Start and inspect the application

Launch the required server, open the page, collect structure and logs, and identify stable interaction targets.

Pass 02 / Exercise

Run and capture the flow

Perform the user journey, record screenshots and console errors, verify outcomes, and stop managed servers.

Package contents

What is included in Webapp Testing?

Webapp Testing declares 1 Skill, 0 MCP configurations, and 2 additional resources. The included-file links below point to the reviewed source repository.

Agent Skills

1

webapp-testing

MCP servers

0

No runtime service

Package format

Agent Plugins

Official latest 1.0.0

Synced source content

Repository README

View original README

This README snapshot is stored by Agent Plugins Hub and refreshed by the daily GitHub synchronization pipeline. Remote images and embedded content are not loaded.

Source
https://github.com/agentplugin-net/portable-agent-plugins#readme

This repository does not currently provide a README snapshot. The plugin instructions below remain available.

Source documentation

Web application testing workflow

Rendered from the linked GitHub source. Raw HTML is disabled, scripts cannot execute, remote images are omitted, and external links open separately.

Webapp Testing

Test local web applications with Playwright through a reconnaissance-first workflow for page behavior, element discovery, screenshots, browser logs, and managed servers.