File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 88
99To be able to use [ queries] [ queries ] from ` testing-library ` in Testplane tests, you only need to follow a few steps.
1010
11- 1 . Install the npm package ` '@ testing-library/webdriverio' `
11+ 1 . Install the npm package ` @testplane/ testing-library` (our adapter package for the original testing-library)
1212
1313``` bash
14- npm i -D @testing-library/webdriverio
14+ npm i -D @testplane/ testing-library
1515```
1616
17172 . Include it in the Testplane config in the ` prepareBrowser ` section:
1818
1919``` javascript
2020// .testplane.conf.js
21- const { setupBrowser } = require (" @testing-library/webdriverio " );
21+ const { setupBrowser } = require (" @testplane/ testing-library" );
2222
2323module .exports = {
2424 prepareBrowser (browser ) {
You can’t perform that action at this time.
0 commit comments