Gathering detailed insights and metrics for @testing-library/dom
Gathering detailed insights and metrics for @testing-library/dom
Gathering detailed insights and metrics for @testing-library/dom
Gathering detailed insights and metrics for @testing-library/dom
rescript-dom-testing-library
ReScript bindings for @testing-library/dom
@testing-library/jest-dom
Custom jest matchers to test the state of the DOM
@testing-library/react
Simple and complete React DOM testing utilities that encourage good testing practices.
eslint-plugin-jest-dom
ESLint plugin to follow best practices and anticipate common mistakes when writing tests with jest-dom
🐙 Simple and complete DOM testing utilities that encourage good testing practices.
npm install @testing-library/dom
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
3,274 Stars
654 Commits
467 Forks
32 Watching
3 Branches
196 Contributors
Updated on 26 Nov 2024
Minified
Minified + Gzipped
JavaScript (77.41%)
TypeScript (22.59%)
Cumulative downloads
Total Downloads
Last day
-7.4%
3,110,387
Compared to previous day
Last week
1.7%
17,431,496
Compared to previous week
Last month
6.7%
73,772,973
Compared to previous month
Last year
26.1%
766,845,044
Compared to previous year
Simple and complete DOM testing utilities that encourage good testing practices.
You want to write maintainable tests for your Web UI. As a part of this goal, you want your tests to avoid including implementation details of your components and rather focus on making your tests give you the confidence for which they are intended. As part of this, you want your testbase to be maintainable in the long run so refactors of your components (changes to implementation but not functionality) don't break your tests and slow you and your team down.
The DOM Testing Library
is a very light-weight solution for testing DOM nodes
(whether simulated with JSDOM
as provided by
default with Jest or in the browser). The main utilities it provides involve
querying the DOM for nodes in a way that's similar to how the user finds
elements on the page. In this way, the library helps ensure your tests give you
confidence in your UI code. The DOM Testing Library
's primary guiding
principle is:
The more your tests resemble the way your software is used, the more confidence they can give you.
This module is distributed via npm which is bundled with node and
should be installed as one of your project's devDependencies
:
npm install --save-dev @testing-library/dom
Read the docs (and discover framework and tool-specific implementations) at testing-library.com
The more your tests resemble the way your software is used, the more confidence they can give you.
We try to only expose methods and utilities that encourage you to write tests that closely resemble how your web pages are used.
Utilities are included in this project based on the following guiding principles:
At the end of the day, what we want is for this library to be pretty light-weight, simple, and understandable.
Thanks goes to these people (emoji key):
This project follows the all-contributors specification. Contributions of any kind welcome!
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
GitHub workflow tokens follow principle of least privilege
Details
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
0 commit(s) and 10 issue activity found in the last 90 days -- score normalized to 8
Reason
Found 16/22 approved changesets -- score normalized to 7
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
project is not fuzzed
Details
Reason
security policy file not detected
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2024-11-18
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More