Skip to content

Commit 0ee1683

Browse files
Add documentation for printPlaygroundLink configuration option. Relates to testing-library/dom-testing-library#837
1 parent e3274e7 commit 0ee1683

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/dom-testing-library/api-configuration.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ fail. Takes the error message and container object as arguments.
6161
`asyncUtilTimeout`: The global timeout value in milliseconds used by `waitFor`
6262
utilities. Defaults to 1000ms.
6363

64+
`printPlaygroundLink`: When enabled, a link to the Testing-Library playground
65+
will be logged when a query fails. Defaults to `true`.
66+
6467
<Tabs defaultValue="native" values={[ { label: 'Native', value: 'native', }, {
6568
label: 'React', value: 'react', }, { label: 'Cypress', value: 'cypress', }, ] }>
6669
<TabItem value="native">

0 commit comments

Comments
 (0)