From 8adea89b278a8b89dfb98ff6c3be6a67f8d27707 Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Mon, 10 Feb 2020 17:13:30 +0100 Subject: [PATCH] docs: added 'useStandaloneVersion' option --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d1dc32c7..0194cd31 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ module.exports = { You can specify a `jest-playwright.config.js` at the root of the project or define a custom path using `JEST_PLAYWRIGHT_CONFIG` environment variable. It should export a config object. - `launchBrowserApp` <[object]> [All Playwright launch options](https://github.com/microsoft/playwright/blob/master/docs/api.md#browsertypelaunchbrowserappoptions) can be specified in config. Since it is JavaScript, you can use all stuff you need, including environment. +- `useStandaloneVersion` default: `false` - If you want to use the browser specific packages like `playwright-chromium` then you need `true` - `context` <[object]> [All Playwright context options](https://github.com/microsoft/playwright/blob/master/docs/api.md#browsernewcontextoptions) can be specified in config. - `browser` <[string]>. Define a [browser](https://github.com/microsoft/playwright/blob/master/docs/api.md#class-browsertype) to run tests into. - `chromium` Each test runs Chromium.