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: docs/testcafe-testing-library/intro.md
+13-2Lines changed: 13 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,10 +3,15 @@ id: intro
3
3
title: Testcafe Testing Library
4
4
---
5
5
6
-
[`testcafe-testing-library`][gh] allows the use of dom-testing queries within
7
-
[Testcafe](https://devexpress.github.io/testcafe/) cross-browser end-to-end web
6
+
## Introduction
7
+
8
+
[`testcafe-testing-library`][gh] allows the use of dom testing library queries within
9
+
[Testcafe](https://devexpress.github.io/testcafe/) for cross-browser end-to-end web
8
10
testing.
9
11
12
+
If you are new to the testing-library approach for writing tests, check out the [this guide on which query to use](https://testing-library.com/docs/guide-which-query) as well as the [cheat sheet](https://testing-library.com/docs/dom-testing-library/cheatsheet).
0 commit comments