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
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,7 +76,9 @@ You can specify a `jest-playwright.config.js` at the root of the project or defi
76
76
-`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)
77
77
-`exitOnPageError` <[boolean]> Exits page on any global error message thrown. Defaults to `true`.
78
78
79
-
**Note**: You can also specify browser with `BROWSER` environment variable. You should do it only if you are using the whole playwright package.
79
+
**Note**:
80
+
- You can also specify browser with `BROWSER` environment variable. You should do it only if you are using the whole playwright package.
81
+
- You can specify device with `DEVICE` environment variable.
0 commit comments