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-automation
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdwebapp-testing/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. Inspect the DOM to identify selectors for elements to interact with.
6. Write Playwright script to interact with the application using the identified selectors.
7. Execute actions and assertions to validate functionality.
8. Capture screenshots and logs for debugging and reporting.

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

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 aAutoresearch: Autonomous Iterative Experimentation
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
83
Similar aBrowser Automation with agent-browser
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
82
Similar aBrowser Automation with browser-use CLI
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
80
Similar ause-my-browser
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
78
Similar aWebsite Audit Skill
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
83

Árvore do Skill

Web Application Testing
webapp-testing
Fases Cognitivas6
1.SENSE
2.CONTEXTUALIZE
3.HYPOTHESIZE
4.ACT
5.EVALUATE
6.REFLECT
Triggers8
test a web applicationautomate frontend testingrun playwright testsverify web application 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ça48%
CompositeScore = α·Humano + β·Agente + γ·Recência + δ·Deps + ε·Centralidade + ζ·Segurança

Instalação

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

Dependências

playwrightpython

Links

GitHub Repository