We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d4e616 commit e19aea7Copy full SHA for e19aea7
docs/src/core-concepts.md
@@ -76,7 +76,8 @@ maximize what a single instance can do through multiple browser contexts.
76
77
A [BrowserContext] is an isolated incognito-alike
78
session within a browser instance. Browser contexts are fast and cheap to create.
79
-Browser contexts can be used to parallelize isolated test executions.
+We recommend running each test scenario in its own new Browser context, so that
80
+the browser state is isolated between the tests.
81
82
```js
83
const browser = await chromium.launch();
0 commit comments