Skip to content

Commit

Permalink
fix(newman-reporter-allure): Update README.md - change flag export to…
Browse files Browse the repository at this point in the history
… reportDir (fixes #992, via #1057)
  • Loading branch information
cryptton2004 authored Jul 15, 2024
1 parent b9975f6 commit b17a493
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 @@ -24,7 +24,7 @@ To generate Allure results, specify `allure` in Newman's `-r` or `--reporters` o

```console
$ newman run <Collection> -e <Environment> -r allure
$ newman run <Collection> -e <Environment> -r allure --reporter-allure-export <allure-results-out-dir>
$ newman run <Collection> -e <Environment> -r allure --reporter-allure-resultsDir <allure-results-out-dir>
```

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.
Expand Down

0 comments on commit b17a493

Please sign in to comment.