testing-library-docs
testing-library-docs copied to clipboard
docs site for @testing-library/*
I wanted to know your opinion on reducing each flavor section, so that we have some "big" pages about queries, common use cases, and so on, and then other React/Vue/Cypress/Svelte...
I know that we use Docusaurus, but as the list of different documentations grows, it's hard to keep adding new items here, and separate the documentation as it has to...
I made some changes in the page.. adding content about getByTestId ...
It seems like when the docs for user-event 14 were released, the docs on import/require usage were removed. However, this reintroduces issues like https://github.com/testing-library/user-event/issues/485 if you don't already know how...
Added a Solid Testing Library section! Note: this is mostly a port of https://github.com/solidjs/solid-testing-library current docs. Please let me know if changes are needed :) Closes #1364
This is a documentation companion to testing-library/svelte-testing-library#325. We're introducing a few minor, though technically breaking, changes to the API in the upcoming `v5` release (which should be triggered upon merge...
**Describe the bug** Low color contrast on the (dark mode) homepage in several places which makes it difficult to read the information, **To Reproduce** Steps to reproduce the behavior: 1....
I've been working on setting up tests in a project for a few days now, and I am genuinely confused how people have been setting up RTL using the docs...
The only thing to watch out is that MSW requires Node.js 18 or later. If RTL requirements contradict this, we shouldn't update the examples.
**Describe the bug** The "full example" at https://testing-library.com/docs/react-testing-library/example-intro imports `rest` from msw, which is not exported by the latest version of msw (2.1.7). **To Reproduce** 1. Go to https://testing-library.com/docs/react-testing-library/example-intro 2....