Skip to content

Commit

Permalink
docs: correct args
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma11hewThomas authored Jul 10, 2024
1 parent 8aed31f commit c34ec0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ In the `ctrf` directory, you will find the JSON report files generated for each
The reporter supports several configuration options:

```javascript
reporter: [
['wdio-ctrf-json-reporter', {
reporters: [
['ctrf-json', {
outputDir: 'custom-directory', // Optional: Output directory path. Defaults to 'ctrf'.
minimal: true, // Optional: Generate a minimal report. Defaults to 'false'. Overrides screenshot and testType when set to true
testType: 'e2e', // Optional: Specify the test type (e.g., 'api', 'e2e'). Defaults to 'e2e'.
Expand Down

0 comments on commit c34ec0b

Please sign in to comment.