Skip to content

Commit 87d417a

Browse files
authored
Update README.md
1 parent 7ee4523 commit 87d417a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,9 @@ You can specify a `jest-playwright.config.js` at the root of the project or defi
7676
- `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)
7777
- `exitOnPageError` <[boolean]> Exits page on any global error message thrown. Defaults to `true`.
7878

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.
8082

8183
## Put in debug mode
8284

0 commit comments

Comments
 (0)