Skip to content

Commit bcf3743

Browse files
authored
Add screenshot to usage
1 parent 7bf1e90 commit bcf3743

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ Testing Library Extension for Chrome DevTools Recorder
1515
1. Create a new recording via the Recorder panel.
1616
2. Hover over the export icon
1717
3. Click `Export as a Testing Library script`
18+
19+
20+
![Screenshot](https://user-images.githubusercontent.com/927220/185593628-0beda94a-ec08-40a5-9c93-cf9ecb70527e.png)
21+
1822
4. Save file as `{testName}.test.{ts,js}`
1923
5. Install `jest`, `jest-environment-jsdom`, and `jest-environment-url`
2024
6. Run tests with `jest`

0 commit comments

Comments
 (0)