Skip to content

Commit 17e8efc

Browse files
authored
Update README.md
1 parent 815a303 commit 17e8efc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,9 @@ You can specify a `jest-playwright.config.js` at the root of the project or defi
7777
- `device` <[string]>. Define a [device](https://github.com/microsoft/playwright/blob/master/docs/api.md#browsertypedevices) to run tests into. Actual list of devices can be found [here](https://github.com/Microsoft/playwright/blob/master/src/deviceDescriptors.ts)
7878
- `exitOnPageError` <[boolean]> Exits page on any global error message thrown. Defaults to `true`.
7979
- `selectors` <[array]>. Define [selector](https://github.com/microsoft/playwright/blob/v0.11.1/docs/api.md#class-selectors). Each selector must be an object with name and script properties.
80+
8081
Usage with [query-selector-shadow-dom](https://github.com/Georgegriff/query-selector-shadow-dom):
82+
8183
`jest-playwright.config.js`:
8284

8385
```javascript

0 commit comments

Comments
 (0)