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
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,9 @@ You can specify a `jest-playwright.config.js` at the root of the project or defi
77
77
-`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)
78
78
-`exitOnPageError` <[boolean]> Exits page on any global error message thrown. Defaults to `true`.
79
79
-`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
+
80
81
Usage with [query-selector-shadow-dom](https://github.com/Georgegriff/query-selector-shadow-dom):
0 commit comments