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
Copy file name to clipboardExpand all lines: README.md
+15-9Lines changed: 15 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,12 @@
24
24
[![Star on GitHub][github-star-badge]][github-star]
25
25
[![Tweet][twitter-badge]][twitter]
26
26
27
+
<divalign="center">
28
+
<ahref="https://testingjavascript.com">
29
+
<imgwidth="500"alt="TestingJavaScript.com Learn the smart, efficient way to test any JavaScript application."src="https://raw.githubusercontent.com/kentcdodds/react-testing-library/master/other/testingjavascript.jpg" />
30
+
</a>
31
+
</div>
32
+
27
33
## The problem
28
34
29
35
You want to use [`dom-testing-library`][dom-testing-library] methods in your [Cypress][cypress] tests.
@@ -35,14 +41,13 @@ This allows you to use all the useful [`dom-testing-library`][dom-testing-librar
35
41
## Table of Contents
36
42
37
43
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
38
-
39
44
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
40
45
41
-
*[Installation](#installation)
42
-
*[Usage](#usage)
43
-
*[Other Solutions](#other-solutions)
44
-
*[Contributors](#contributors)
45
-
*[LICENSE](#license)
46
+
-[Installation](#installation)
47
+
-[Usage](#usage)
48
+
-[Other Solutions](#other-solutions)
49
+
-[Contributors](#contributors)
50
+
-[LICENSE](#license)
46
51
47
52
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
48
53
@@ -73,12 +78,12 @@ To show some simple examples (from [cypress/integration/commands.spec.js](cypres
0 commit comments