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

Playwright Core Testing

portestdino-hq·testdino-hq· v1.0.0 · atualizado em 2026-04-11
83
Score

Battle-tested Playwright patterns for E2E, API, component, visual, accessibility, and security testing. Covers locators, assertions, fixtures, network mocking, auth flows, debugging, and framework recipes for React, Next.js, Vue, and Angular. TypeScript and JavaScript.

e2e-testingplaywrighttesting-frameworkautomation-testingweb-testingjavascript-testingtypescript-testing
Linguagens
TypeScriptJavaScript
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdplaywright-core/workflow
1
Setup: — Install Playwright and configure it for the target project, including setting the `baseURL`.
2
Write Tests: — Create test files using Playwright's API, focusing on `getByRole()` for resilient selectors.
3
Implement Assertions: — Use web-first assertions (`expect(locator).toBeVisible()`) for auto-retries.
4
Mocking (if needed): — Mock external services to isolate tests and control dependencies.
5
Run Tests: — Execute the tests and analyze the results.
6
Debug: — Use Playwright's debugging tools (traces, error messages) to identify and fix failures.
7
Refactor: — Improve test code based on best practices (isolate tests, use fixtures).
8
CI Integration: — Configure CI to run tests with retries and generate traces on failures.

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 a ←Testing Rules for AI
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
83
Similar a ←Flutter Driver Control & Screenshot
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
78
Similar a ←Billing Verification
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
78
Similar a ←Jest Testing Expert
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
83
Similar a ←Senior QA Engineer
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
83

Árvore do Skill

Playwright Core Testing
playwright-core
Fases Cognitivas6
1.SENSE
2.CONTEXTUALIZE
3.HYPOTHESIZE
4.ACT
5.EVALUATE
6.REFLECT
Triggers8
perform e2e testing with Playwrightwrite a Playwright testautomate browser testing with Playwrighttest a web application with Playwrightuse Playwright for visual regression testingimplement accessibility testing with Playwrightconfigure Playwright for a new projectdebug a Playwright test

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 playwright-core
$ synaptic skills detail playwright-core
$ synaptic skills live playwright-core

Dependências

playwright

Links

GitHub Repository