Skip to content

Commit 40da279

Browse files
committed
Add info about device property
1 parent a4dab79 commit 40da279

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ You can specify a `jest-playwright.config.js` at the root of the project or defi
2626
- `chromium` Each test runs Chromium.
2727
- `firefox` Each test runs Firefox.
2828
- `webkit` Each test runs Webkit.
29+
- `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)
2930
- `exitOnPageError` <[boolean]> Exits page on any global error message thrown. Defaults to `true`.
3031

3132
## Browser type

0 commit comments

Comments
 (0)