Synaptic SkillsSynapticSkills
MarketplaceSkill GraphCriar SkillMCP ServerPlataformaEnterprise
v0.1.0-beta
Voltar ao Marketplace
DevelopmentMédio

Web Application Testing

poranthropics·anthropics· v1.0.0 · atualizado em 2026-04-10
83
Score

Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.

web-application-testingplaywrightfrontend-testingui-automationend-to-end-testingbrowser-automationtesting-framework
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdwebapp-testing-neuroskill/workflow
1. Determine if the web application is static or dynamic.
2. If dynamic, check if the server is running. If not, use `scripts/with_server.py` to start it.
3. Navigate to the web application using Playwright.
4. Wait for the page to load completely using `page.wait_for_load_state('networkidle')`.
5. Identify UI elements and their selectors using reconnaissance techniques (screenshots, DOM inspection).
6. Execute actions on the identified elements using Playwright.
7. Verify the expected behavior and capture screenshots or logs as needed.
8. Close the browser instance.

Telemetria de Agentes

Execuções
0
total
Taxa de Sucesso
0%
últimos 30d
Latência Média
0.0s
p50
Alucinação
0.0%
detecção
Tokens Entrada
0
avg 0/exec
Tokens Saída
0
avg 0/exec

Uso por Plataforma

Skills Relacionados

Compõe comWeb Artifacts Builder
70%
Hebbian Synapse
Composite0.700
w = 0.3·α + 0.5·β + 0.2·γ
78
Compõe com ←Building LLM-Powered Applications with Claude
70%
Hebbian Synapse
Composite0.700
w = 0.3·α + 0.5·β + 0.2·γ
81
Compõe com ←MCP Server Development Guide
70%
Hebbian Synapse
Composite0.700
w = 0.3·α + 0.5·β + 0.2·γ
83
Compõe com ←Skill Creator
70%
Hebbian Synapse
Composite0.700
w = 0.3·α + 0.5·β + 0.2·γ
85
Similar aBuilding LLM-Powered Applications with Claude
50%
Hebbian Synapse
Composite0.500
w = 0.3·α + 0.5·β + 0.2·γ
81
Similar aAPI Test Generator
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
88
Similar aTest Data Generator
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
83
Similar a ←Playwright Interactive Skill
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
83
Similar a ←Playwright CLI Skill
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
80
Similar a ←Screenshot Capture
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
80
Co-executed ←Playwright Interactive Skill
49%
Hebbian Synapse
Composite0.485
w = 0.3·α + 0.5·β + 0.2·γ
83
Co-executed ←Playwright CLI Skill
49%
Hebbian Synapse
Composite0.491
w = 0.3·α + 0.5·β + 0.2·γ
80
Co-executed ←Screenshot Capture
50%
Hebbian Synapse
Composite0.499
w = 0.3·α + 0.5·β + 0.2·γ
80

Árvore do Skill

Web Application Testing
webapp-testing-neuroskill
Fases Cognitivas6
1.SENSE
2.CONTEXTUALIZE
3.HYPOTHESIZE
4.ACT
5.EVALUATE
6.REFLECT
Triggers8
test my web applicationautomate web app testingrun playwright testsverify frontend functionalitydebug UI behaviorcapture browser screenshotsview browser logstest a local web application

Avaliar este Skill

Score Breakdown

⭐Avaliação Humana0%
🤖Sucesso de Agentes0%
🕐Atualidade100%
🔗Saúde de Dependências100%
🕸️Centralidade no Grafo0%
🛡️Segurança50%
CompositeScore = α·Humano + β·Agente + γ·Recência + δ·Deps + ε·Centralidade + ζ·Segurança

Instalação

$ synaptic mcp download webapp-testing-neuroskill
$ synaptic skills detail webapp-testing-neuroskill
$ synaptic skills live webapp-testing-neuroskill

Dependências

playwrightnpm

Links

GitHub Repository