We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00f0fca commit 150cd09Copy full SHA for 150cd09
README.md
@@ -18,7 +18,13 @@ Testing Library Extension for Chrome DevTools Recorder
18
2. Hover over the export icon
19
3. Click `Export as a Testing Library script`
20
4. Save file as `{testName}.test.{ts,js}`
21
-5. Install `jest`, `jest-environment-jsdom`, and `jest-environment-url`
+5. Install dependencies
22
+ ```
23
+ npm install --save-dev jest jest-environment-jsdom jest-environment-url @testing-library/dom @testing-library/user-event @testing-library/jest-dom
24
25
26
+ yarn add --dev jest jest-environment-jsdom jest-environment-url @testing-library/dom @testing-library/user-event @testing-library/jest-dom
27
28
6. Run tests with `jest`
29
30
## Supported Chrome Recorder Step Types
0 commit comments