Skip to content

Commit

Permalink
updated doc zip
Browse files Browse the repository at this point in the history
  • Loading branch information
cenfun committed Nov 20, 2024
1 parent 0704fbc commit 6158178
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,11 @@ Separated data file which can be used for debugging or data provider (It's inclu
- custom zip options
```js
{
// zip: true,
// zip: `${YourOutputDir}/monocart-shard-${your-shard-number}.zip`,
zip: {
// custom zip `outputFile`, defaults to reporter `outputFile` but uses `.zip` extension
outputFile: path.resolve(YourOutputDir, `monocart-report-${your-shard-number}.zip`),
outputFile: `${YourOutputDir}/monocart-shard-${your-shard-number}.zip`,
// clean other report files except for zip file, defaults to false
clean: true
}
Expand Down

0 comments on commit 6158178

Please sign in to comment.