You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -42,7 +42,6 @@ This allows you to use all the useful [`dom-testing-library`][dom-testing-librar
42
42
43
43
*[Installation](#installation)
44
44
*[Usage](#usage)
45
-
*[Inspiration](#inspiration)
46
45
*[Other Solutions](#other-solutions)
47
46
*[Contributors](#contributors)
48
47
*[LICENSE](#license)
@@ -68,7 +67,15 @@ Add this line to your project's `cypress/support/commands.js`:
68
67
import 'cypress-testing-library/add-commands';
69
68
```
70
69
71
-
You can now use all of `dom-testing-library`'s `getBy` and `getAllBy` commands. [See `dom-testing-library` repo for reference](https://github.com/kentcdodds/dom-testing-library#usage)
70
+
You can now use all of `dom-testing-library`'s `getBy`, `getAllBy`, `queryBy` and `queryAllBy` commands. [See `dom-testing-library` repo for reference](https://github.com/kentcdodds/dom-testing-library#usage)
71
+
72
+
To show some simple examples (from [cypress/integration/commands.spec.js](cypress/integration/commands.spec.js)):
0 commit comments