Skip to content
This repository was archived by the owner on Sep 11, 2025. It is now read-only.

Commit 7a57577

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 9937798 + a50c43a commit 7a57577

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,14 @@ module.exports = {
8787
}
8888
```
8989

90+
Similar to Jest [globalSetup](https://jestjs.io/docs/next/configuration#globalsetup-string) configuration can except the export of an async function:
91+
92+
```js
93+
module.exports = async () => {
94+
await ...
95+
};
96+
```
97+
9098
A custom path can be specified to the `jest-playwright.config.js` file within your `jest.config.js` file:
9199

92100
```js

0 commit comments

Comments
 (0)