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

React Testing Library Skill

poritechmeat·itechmeat· v1.0.0 · atualizado em 2026-04-10
80
Score

React Testing Library: user-centric component testing with queries, user-event simulation, async utilities, and accessibility-first API.

reacttestingtesting-librarycomponent-testinguser-eventjestfrontend-testing
Linguagens
JavaScriptTypeScript
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdreact-testing-library/workflow
1
Install Dependencies: — Install `@testing-library/react`, `@testing-library/dom`, `@testing-library/user-event`, and `@testing-library/jest-dom`.
2
Render Component: — Use `render` from `@testing-library/react` to render the React component.
3
Find Elements: — Use `screen.getByRole`, `screen.getByLabelText`, or other query methods to locate elements.
4
Simulate Interactions: — Use `userEvent` to simulate user interactions like clicks and typing.
5
Make Assertions: — Use `expect` and jest-dom matchers to assert the expected behavior.
6
Clean Up: — (Optional, but recommended) Use `cleanup` to unmount components after each test.

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 comTypeScript Code Style Guide
70%
Hebbian Synapse
Composite0.700
w = 0.3·α + 0.5·β + 0.2·γ
80
Similar aVitest Midscene E2E
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
80
Similar aAllium
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
82
Similar a ←Web UI Testing With Agent Browser
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
80

Árvore do Skill

React Testing Library Skill
react-testing-library
Fases Cognitivas5
1.SENSE
2.CONTEXTUALIZE
3.ACT
4.EVALUATE
5.REFLECT
Triggers8
write a React component testtest a React component with React Testing Librarysimulate user interactions in a React testuse React Testing Library queriesassert on React component behaviordebug a React Testing Library testconfigure React Testing Libraryuse userEvent in React tests

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 react-testing-library
$ synaptic skills detail react-testing-library
$ synaptic skills live react-testing-library

Dependências

@testing-library/react@testing-library/dom@testing-library/user-event@testing-library/jest-dom@types/react@types/react-dom

Links

GitHub Repository