Skip to content

Commit

Permalink
docs(newman-reporter-allure): fix typo in readme (via #793)
Browse files Browse the repository at this point in the history
  • Loading branch information
felipecrs authored Oct 26, 2023
1 parent 638259b commit 5cdd343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/newman-reporter-allure/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ $ newman run <Collection> -e <Environment> -r allure
$ newman run <Collection> -e <Environment> -r allure --reporter-allure-export <allure-results-out-dir>
```

Use the option `--report-allure-collection-as-parent-suite` to use the collection name as the parent suite title under the _Suites_ view. This helps when you run multiple collections and want to aggregate them in a single report.
Use the option `--reporter-allure-collection-as-parent-suite` to use the collection name as the parent suite title under the _Suites_ view. This helps when you run multiple collections and want to aggregate them in a single report.

## Metadata

Expand Down

0 comments on commit 5cdd343

Please sign in to comment.