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

Testing Best Practices

porsergiodxa·sergiodxa· v1.0.0 · atualizado em 2026-04-10
80
Score

Testing best practices for the frontend. Emphasizes E2E tests over unit tests, minimal mocking, and testing behavior over implementation details. Use when writing tests or reviewing test code.

frontend-testinge2e-testingunit-testingtesting-best-practicestest-automationreact-testing
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdfrontend-testing-best-practices/workflow
1
Assess Testing Needs: — Understand the features and components that require testing.
2
Prioritize E2E Tests: — Focus on writing E2E tests for user flows and critical functionalities.
3
Minimize Mocking: — Avoid complex mocks by opting for E2E tests when necessary.
4
Test Behavior: — Write tests that focus on user behavior rather than implementation details.
5
Structure Tests: — Organize E2E tests in `e2e/tests/` and unit tests alongside source files.
6
Use Accessible Selectors: — Employ role-based, label-based, or test ID selectors in E2E tests.
7
Review and Refactor: — Regularly review and refactor tests to maintain code quality and effectiveness.

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 aTesting Flutter Applications
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
83
Similar aQA Test Planner
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
81
Similar aGo Testing Patterns
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
83

Árvore do Skill

Testing Best Practices
frontend-testing-best-practices
Fases Cognitivas5
1.SENSE
2.CONTEXTUALIZE
3.RECOMMEND
4.ACT
5.REFLECT
Triggers8
how to test frontend code effectivelywhat are the best practices for frontend testinghow to write good E2E testshow to minimize mocking in testshow to test React componentshow to structure frontend testshow to choose the right type of testhow to review test code

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 frontend-testing-best-practices
$ synaptic skills detail frontend-testing-best-practices
$ synaptic skills live frontend-testing-best-practices

Dependências

@playwright/testvitest

Links

GitHub Repository