Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mmarkelov committed Mar 5, 2020
1 parent 815a303 commit 17e8efc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,9 @@ You can specify a `jest-playwright.config.js` at the root of the project or defi
- `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)
- `exitOnPageError` <[boolean]> Exits page on any global error message thrown. Defaults to `true`.
- `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.

Usage with [query-selector-shadow-dom](https://github.com/Georgegriff/query-selector-shadow-dom):

`jest-playwright.config.js`:

```javascript
Expand Down

0 comments on commit 17e8efc

Please sign in to comment.