Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mmarkelov authored May 27, 2021
1 parent b519b4b commit a50c43a
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 a50c43a

Please sign in to comment.