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 7bf1e90 commit bcf3743Copy full SHA for bcf3743
README.md
@@ -15,6 +15,10 @@ Testing Library Extension for Chrome DevTools Recorder
15
1. Create a new recording via the Recorder panel.
16
2. Hover over the export icon
17
3. Click `Export as a Testing Library script`
18
+
19
20
+
21
22
4. Save file as `{testName}.test.{ts,js}`
23
5. Install `jest`, `jest-environment-jsdom`, and `jest-environment-url`
24
6. Run tests with `jest`
0 commit comments