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
{{ message }}
This repository was archived by the owner on Sep 11, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,7 +80,7 @@ You can specify a `jest-playwright.config.js` at the root of the project or defi
80
80
-`firefox` Each test runs Firefox.
81
81
-`webkit` Each test runs Webkit.
82
82
-`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)
83
-
-`exitOnPageError` <[boolean]> Exits page on any global error message thrown. Defaults to `true`.
83
+
-`exitOnPageError` <[boolean]> Exits process on any page error. 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.
0 commit comments