Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
mmarkelov committed May 30, 2021
2 parents 9937798 + a50c43a commit 7a57577
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,14 @@ module.exports = {
}
```

Similar to Jest [globalSetup](https://jestjs.io/docs/next/configuration#globalsetup-string) configuration can except the export of an async function:

```js
module.exports = async () => {
await ...
};
```

A custom path can be specified to the `jest-playwright.config.js` file within your `jest.config.js` file:

```js
Expand Down

0 comments on commit 7a57577

Please sign in to comment.