Skip to main content
Back to registry

webapp-testing

anthropics/skills

To test local web applications, write native Python Playwright scripts.

Installs23
Install command
npx skills add https://github.com/anthropics/skills --skill webapp-testing
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
To test local web applications, write native Python Playwright scripts. Helper Scripts Available : Always run scripts with --help first to see usage. DO NOT read the source until you try running the script first and find that a customized solution is abslutely necessary. These scripts can be very large and thus pollute your context window. They exist to be called directly as black-box scripts rather than ingested into your context window. To start a server, run --help first, then use the helper: Single server: Multiple servers (e.g., backend + frontend): To create an automation script, include only Playwright logic (servers are managed automatically): Inspect rendered DOM : Identify selectors from inspection results Execute actions using discovered selectors ❌ Don't inspect the DOM before waiting for networkidle on dynamic apps ✅ Do wait for page.wait_for_load_state('networkidle') before inspection - scripts/with_server.py - Manages server lifecycle (supports multiple servers) - Inspect rendered DOM : page . screenshot ( path = '/tmp/inspect.png' , full_page = True ) content = page . content ( ) page . locator ( 'button' ) . all ( ) - Identify selectors from inspection results - Execute actions using discovered selectors - Use bundled scripts as black boxes - To accomplish a task, consider whether one of the scripts available in scripts/ can help. These scripts handle common,...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does webapp-testing do?

To test local web applications, write native Python Playwright scripts.

Is webapp-testing good?

webapp-testing does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does webapp-testing work with?

webapp-testing currently lists compatibility with Agent compatibility has not been published yet..

What are alternatives to webapp-testing?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install webapp-testing?

npx skills add https://github.com/anthropics/skills --skill webapp-testing

Related skills

More from anthropics/skills

Related skills

Alternatives in Software Engineering