Skip to content
This repository was archived by the owner on Dec 24, 2023. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/OPTIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ Save the images per instance in a separate folder so for example all Chrome scre
- **Default:** `.tmp/`
- **Mandatory:** no

The directory that will hold all the actual / difference screenshots. If not set, the default value will be used. A function that ac
cepts an option object can also be used to set the screenshotPath value:
The directory that will hold all the actual / difference screenshots. If not set, the default value will be used. A function that
accepts an option object can also be used to set the screenshotPath value:
```
getFolder = type = options => {
const testFolder = path.dirname(options.specs[0]);
Expand Down