mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
docs: do not recommend context for parallel execution (#6659)
This commit is contained in:
parent
8d4e6168aa
commit
e19aea736a
@ -76,7 +76,8 @@ maximize what a single instance can do through multiple browser contexts.
|
|||||||
|
|
||||||
A [BrowserContext] is an isolated incognito-alike
|
A [BrowserContext] is an isolated incognito-alike
|
||||||
session within a browser instance. Browser contexts are fast and cheap to create.
|
session within a browser instance. Browser contexts are fast and cheap to create.
|
||||||
Browser contexts can be used to parallelize isolated test executions.
|
We recommend running each test scenario in its own new Browser context, so that
|
||||||
|
the browser state is isolated between the tests.
|
||||||
|
|
||||||
```js
|
```js
|
||||||
const browser = await chromium.launch();
|
const browser = await chromium.launch();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user