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
### for v3.x+ (requires testcafe 1.4.0 or greater)
35
-
`addTestcafeTestingLibrary` was removed in 3.x, instead you can now inject clientScripts as of testcafe 1.4.0. For now, the path has to be used, but this will hopefully be changed to a module soon (pending a change to testcafe to support `umd:main` in package.json.
35
+
`addTestcafeTestingLibrary` was removed in 3.x, instead you can now [inject clientScripts][inject] as of testcafe 1.4.0. For now, the path has to be used, but this will hopefully be changed to a module soon (pending a change to testcafe to support `umd:main` in package.json.
36
36
37
37
```json
38
38
"clientScripts": [
@@ -68,6 +68,59 @@ test('getByLabelText', async t => {
68
68
})
69
69
```
70
70
71
+
## Configure
72
+
You can customize the testIdAttribute using the [configure function of dom-testing-librarty][config] in a few different ways:
0 commit comments