Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chuntley/dom-testing-extended

Added flexibility to dom-testing-library
https://github.com/chuntley/dom-testing-extended

Last synced: 22 days ago
JSON representation

Added flexibility to dom-testing-library

Awesome Lists containing this project

README

        


dom-testing-library


octopus

Simple and complete DOM testing utilities that encourage good testing practices.

[**Read the docs**](https://testing-library.com/) | [Edit the docs](https://github.com/testing-library/testing-library-docs)


[![Build Status][build-badge]][build]
[![Code Coverage][coverage-badge]][coverage]
[![version][version-badge]][package]
[![downloads][downloads-badge]][npmtrends]
[![MIT License][license-badge]][license]

[![All Contributors](https://img.shields.io/badge/all_contributors-58-orange.svg?style=flat-square)](#contributors)
[![PRs Welcome][prs-badge]][prs]
[![Code of Conduct][coc-badge]][coc]

[![Watch on GitHub][github-watch-badge]][github-watch]
[![Star on GitHub][github-star-badge]][github-star]
[![Tweet][twitter-badge]][twitter]



TestingJavaScript.com Learn the smart, efficient way to test any JavaScript application.

## Table of Contents

- [The Problem](#the-problem)
- [This Solution](#this-solution)
- [Installation](#installation)
- [Implementations](#implementations)
- [Other Solutions](#other-solutions)
- [Guiding Principles](#guiding-principles)
- [Contributors](#contributors)
- [LICENSE](#license)

## The Problem

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.

## This Solution

The `dom-testing-library` is a very light-weight solution for testing DOM nodes
(whether simulated with [`JSDOM`](https://github.com/jsdom/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.][guiding-principle]

## Installation

This module is distributed via [npm][npm] which is bundled with [node][node] and
should be installed as one of your project's `devDependencies`:

```
npm install --save-dev dom-testing-library
```

> [**Docs**](https://testing-library.com/docs/install)

## Implementations

This library was not built to be used on its own. The original implementation
of these utilities was in the `react-testing-library`.

Implementations include:

- [`react-testing-library`](https://github.com/kentcdodds/react-testing-library)
- [`pptr-testing-library`](https://github.com/patrickhulce/pptr-testing-library)
- [`cypress-testing-library`](https://github.com/kentcdodds/cypress-testing-library)
- [`vue-testing-library`](https://github.com/dfcook/vue-testing-library)
- [`snabbdom-testing-library`](https://github.com/lukaszmakuch/snabbdom-testing-library)

## Other Solutions

- [browser-monkey](https://github.com/featurist/browser-monkey)

## Guiding Principles

> [The more your tests resemble the way your software is used, the more confidence they can give you.][guiding-principle]

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:

1. If it relates to rendering components, it deals with DOM nodes rather than
component instances, nor should it encourage dealing with component
instances.
2. It should be generally useful for testing the application components in the
way the user would use it. We _are_ making some trade-offs here because
we're using a computer and often a simulated browser environment, but in
general, utilities should encourage tests that use the components the way
they're intended to be used.
3. Utility implementations and APIs should be simple and flexible.

At the end of the day, what we want is for this library to be pretty
light-weight, simple, and understandable.

## Contributors

Thanks goes to these people ([emoji key][emojis]):

Kent C. Dodds
Kent C. Dodds

πŸ’» πŸ“– πŸš‡ ⚠️Ryan Castner
Ryan Castner

πŸ“–Daniel Sandiego
Daniel Sandiego

πŸ’»PaweΕ‚ MikoΕ‚ajczyk
PaweΕ‚ MikoΕ‚ajczyk

πŸ’»Alejandro ÑÑñez Ortiz
Alejandro ÑÑñez Ortiz

πŸ“–Matt Parrish
Matt Parrish

πŸ› πŸ’» πŸ“– ⚠️Justin Hall
Justin Hall

πŸ“¦Anto Aravinth
Anto Aravinth

πŸ’» ⚠️ πŸ“–Jonah Moses
Jonah Moses

πŸ“–Εukasz Gandecki
Łukasz Gandecki

πŸ’» ⚠️ πŸ“–Ivan Babak
Ivan Babak

πŸ› πŸ€” πŸ’» πŸ“–Jesse Day
Jesse Day

πŸ’»Ernesto GarcΓ­a
Ernesto GarcΓ­a

πŸ’¬ πŸ’» πŸ“–Josef Maxx Blake
Josef Maxx Blake

πŸ’» πŸ“– ⚠️Alex Cook
Alex Cook

πŸ“– πŸ’‘ πŸ‘€Daniel Cook
Daniel Cook

πŸ’» πŸ“– ⚠️Thomas Chia
Thomas Chia

πŸ› πŸ’»Tim Deschryver
Tim Deschryver

πŸ’» ⚠️Alex Krolick
Alex Krolick

πŸ’»Maddi Joyce
Maddi Joyce

πŸ’»Peter Kamps
Peter Kamps

πŸ› πŸ’» ⚠️Jonathan Stoye
Jonathan Stoye

πŸ“–Sanghyeon Lee
Sanghyeon Lee

πŸ’‘Justice Mba
Justice Mba

πŸ’» πŸ“– πŸ€”Wayne Crouch
Wayne Crouch

πŸ’»Ben Elliott
Ben Elliott

πŸ’»Ruben Costa
Ruben Costa

πŸ’»Robert Smith
Robert Smith

πŸ› πŸ€” πŸ“–dadamssg
dadamssg

πŸ’»Neil Kistner
Neil Kistner

πŸ’»Ben Chauvette
Ben Chauvette

πŸ’»Jeff Baumgardt
Jeff Baumgardt

πŸ’» πŸ“–Matan Kushner
Matan Kushner

πŸ’» πŸ“– πŸ€” ⚠️Alex Wendte
Alex Wendte

πŸ’» πŸ“– ⚠️Tamas Fodor
Tamas Fodor

πŸ“–Benjamin Eckardt
Benjamin Eckardt

πŸ’»Ryan Campbell
Ryan Campbell

πŸ“–Taylor Briggs
Taylor Briggs

⚠️John Gozde
John Gozde

πŸ’»C. T. Lin
C. T. Lin

πŸ“–Terrence Wong
Terrence Wong

πŸ’»Soo Jae Hwang
Soo Jae Hwang

πŸ’»Royston Shufflebotham
Royston Shufflebotham

πŸ› πŸ’» πŸ“– ⚠️Vadim Brodsky
Vadim Brodsky

πŸ’»Eunjae Lee
Eunjae Lee

πŸ’»David Peter
David Peter

πŸ’»Shy Alter
Shy Alter

πŸ’» πŸ“–Εukasz Makuch
Łukasz Makuch

πŸ“¦Tyler Haas
Tyler Haas

πŸ’» ⚠️Vesa Laakso
Vesa Laakso

πŸ’» ⚠️Tulsi Sapkota
Tulsi Sapkota

πŸ’»Tiago Nunes
Tiago Nunes

πŸ’» ⚠️JaxCavalera
JaxCavalera

πŸ’» πŸ‘€bopfer
bopfer

⚠️Jan Pfitzner
Jan Pfitzner

πŸ’»David
David

πŸ’»Diego Hernandez
Diego Hernandez

πŸ’» ⚠️Greg BergΓ©
Greg BergΓ©

πŸ€”

This project follows the [all-contributors][all-contributors] specification.
Contributions of any kind welcome!

## LICENSE

MIT

[npm]: https://www.npmjs.com/
[node]: https://nodejs.org
[build-badge]: https://img.shields.io/travis/testing-library/dom-testing-library.svg?style=flat-square
[build]: https://travis-ci.org/testing-library/dom-testing-library
[coverage-badge]: https://img.shields.io/codecov/c/github/testing-library/dom-testing-library.svg?style=flat-square
[coverage]: https://codecov.io/github/testing-library/dom-testing-library
[version-badge]: https://img.shields.io/npm/v/dom-testing-library.svg?style=flat-square
[package]: https://www.npmjs.com/package/dom-testing-library
[downloads-badge]: https://img.shields.io/npm/dm/dom-testing-library.svg?style=flat-square
[npmtrends]: http://www.npmtrends.com/dom-testing-library
[license-badge]: https://img.shields.io/npm/l/dom-testing-library.svg?style=flat-square
[license]: https://github.com/testing-library/dom-testing-library/blob/master/LICENSE
[prs-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square
[prs]: http://makeapullrequest.com
[donate-badge]: https://img.shields.io/badge/$-support-green.svg?style=flat-square
[coc-badge]: https://img.shields.io/badge/code%20of-conduct-ff69b4.svg?style=flat-square
[coc]: https://github.com/testing-library/dom-testing-library/blob/master/CODE_OF_CONDUCT.md
[github-watch-badge]: https://img.shields.io/github/watchers/testing-library/dom-testing-library.svg?style=social
[github-watch]: https://github.com/testing-library/dom-testing-library/watchers
[github-star-badge]: https://img.shields.io/github/stars/testing-library/dom-testing-library.svg?style=social
[github-star]: https://github.com/testing-library/dom-testing-library/stargazers
[twitter]: https://twitter.com/intent/tweet?text=Check%20out%20dom-testing-library%20by%20%40testing-library%20https%3A%2F%2Fgithub.com%2Ftesting-library%2Fdom-testing-library%20%F0%9F%91%8D
[twitter-badge]: https://img.shields.io/twitter/url/https/github.com/testing-library/dom-testing-library.svg?style=social
[emojis]: https://github.com/all-contributors/all-contributors#emoji-key
[all-contributors]: https://github.com/all-contributors/all-contributors
[set-immediate]: https://developer.mozilla.org/en-US/docs/Web/API/Window/setImmediate
[guiding-principle]: https://twitter.com/kentcdodds/status/977018512689455106
[jest]: https://facebook.github.io/jest