All Projects → testing-library → native-testing-library-docs

testing-library / native-testing-library-docs

Licence: other
🐳 Docs site for native-testing-library

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to native-testing-library-docs

V-zh
中文翻译:<vlang-io/V> V 编程语言(未发布,但从数据看,值得了解一下) ❤️ ❤️
Stars: ✭ 12 (-25%)
Mutual labels:  docs
thelounge.github.io
🌍 ‎ The official website for The Lounge
Stars: ✭ 33 (+106.25%)
Mutual labels:  docs
chm-documentation
chm documentation PostgreSQL pgadmin3 SQLAlchemy Django Flask jinja2 webpy doc chm compiled html help Postgres Postgre документация russian
Stars: ✭ 17 (+6.25%)
Mutual labels:  docs
fnd-docs
Foundation developer docs
Stars: ✭ 33 (+106.25%)
Mutual labels:  docs
yard-junk
Get rid of the junk in your YARD docs
Stars: ✭ 61 (+281.25%)
Mutual labels:  docs
collective
How the unified collective is governed
Stars: ✭ 41 (+156.25%)
Mutual labels:  docs
docs
লারাভেল বাংলা ডকুমেন্টেশন
Stars: ✭ 32 (+100%)
Mutual labels:  docs
jx-docs
Source code used to build the Jenkins X documentation and website
Stars: ✭ 86 (+437.5%)
Mutual labels:  docs
roll.urown.net
How to roll your own private self-hosted internet services.
Stars: ✭ 63 (+293.75%)
Mutual labels:  docs
verto-docs
Verto jQuery library documentation.
Stars: ✭ 49 (+206.25%)
Mutual labels:  docs
opencloud-docs
AIOT开放平台官方文档。AIOT Open Cloud documents on official website .
Stars: ✭ 68 (+325%)
Mutual labels:  docs
jsdoc-action
📖 GitHub Action to build JSDoc documentation
Stars: ✭ 61 (+281.25%)
Mutual labels:  docs
kata-platform-docs
Documentations for the Kata Platform.
Stars: ✭ 56 (+250%)
Mutual labels:  docs
docs
Cucumber user documentation
Stars: ✭ 110 (+587.5%)
Mutual labels:  docs
flutter-docs-ptbr
Documentação do Flutter em pt-BR
Stars: ✭ 20 (+25%)
Mutual labels:  docs
api-docs
Flarum API Docs
Stars: ✭ 15 (-6.25%)
Mutual labels:  docs
docs
Documentation site for LFE
Stars: ✭ 23 (+43.75%)
Mutual labels:  docs
nakama-docs
Documentation for Nakama social and realtime server.
Stars: ✭ 44 (+175%)
Mutual labels:  docs
resharper-devguide
Developer guide for the ReSharper Platform
Stars: ✭ 65 (+306.25%)
Mutual labels:  docs
awesome-docs
A curated list of awesome documentation tools
Stars: ✭ 163 (+918.75%)
Mutual labels:  docs

⚠️ Deprecation notice ⚠️

This repository has been deprecated in favor of https://github.com/callstack/react-native-testing-library and the @testing-library/react-native npm package will from now on (since v7.0) will be sourced from there. Please consult the migration guide.

React Native Testing Library Docs

whale

Simple and complete React Native testing utilities that encourage good testing practices.

Read The Docs


Netlify Status version downloads MIT License

All Contributors PRs Welcome Code of Conduct Discord

Watch on GitHub Star on GitHub

Guiding Principles

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 apps are used.

Utilities are included in this project based on the following guiding principles:

  1. If it relates to rendering components, it deals with native views 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 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.

In summary, we believe in the principles of testing-library, and adhere to them as closely as possible. 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 wonderful people (emoji key):


Brandon Carroll

💻 🖋 📖 🎨

Jean-Marie Porchet

📖

Santi

📖

Ely Alvarado

📖

Javier Alvarez

📖

Matt Wood

📖

Jeremy Davis

📖

MoeSauber

📖

Hans Hoffman

📖

Luca Barone

📖

Louis H

📖

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].