Skip to content

Commit 2022e0c

Browse files
authored
Merge pull request #33 from reach2jeyan/32-update-readme
Updated readme
2 parents 853720e + a547864 commit 2022e0c

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,12 @@ poetry add --dev pytest-reporter-plus
7171
Generate HTML + JSON reports:
7272

7373
```bash
74-
pytest -p pytest_reporter_plus.plugin --json-report
74+
pytest
75+
```
76+
If you are running with xdist
77+
78+
```commandline
79+
pytest -n numberOfWorkers
7580
```
7681
You’ll get:
7782

0 commit comments

Comments
 (0)