File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -21,11 +21,6 @@ Testing Library Extension for Chrome DevTools Recorder
21
21
5 . Install ` jest ` , ` jest-environment-jsdom ` , and ` jest-environment-url `
22
22
6 . Run tests with ` jest `
23
23
24
- ## Inspiration
25
-
26
- - [ Puppeteer Replay examples] ( https://github.com/puppeteer/replay/tree/main/examples )
27
- - [ Cypress Recorder Extension] ( https://github.com/cypress-io/cypress-recorder-extension )
28
-
29
24
## Supported Chrome Recorder Step Types
30
25
31
26
| Type | Output |
@@ -40,3 +35,8 @@ Testing Library Extension for Chrome DevTools Recorder
40
35
| ` navigate ` | ` expect(location.href).toBe("https://example.com/") ` ` expect(document.title).toBe("Example Domain") ` |
41
36
| ` waitForElement ` | ` await waitFor(() => element) ` |
42
37
| ` waitForExpression ` | ` await waitFor(() => expression) ` |
38
+
39
+ ## Inspiration
40
+
41
+ - [ Puppeteer Replay examples] ( https://github.com/puppeteer/replay/tree/main/examples )
42
+ - [ Cypress Recorder Extension] ( https://github.com/cypress-io/cypress-recorder-extension )
You can’t perform that action at this time.
0 commit comments