Skip to content

Commit

Permalink
parallel execution
Browse files Browse the repository at this point in the history
  • Loading branch information
tauqirsarwar1 committed Mar 27, 2024
1 parent b879b13 commit 60249ea
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,8 @@ This document assumes that user has:
username@hostname ~ % pyenv install 3.9.12
username@hostname ~ % pyenv global 3.9.12
```


*Manual Python 3.9.12 installer: [here](https://www.python.org/downloads/release/python-3912/)*
<p align="right">(<a href="#about-the-project">back to top</a>)</p>

### Installation
Expand Down Expand Up @@ -191,6 +192,8 @@ command line arguments to be passed to `pytest` command:
* `iOS-tests`
8. **`--gherkin-terminal-reporter`**
To be used to override the default pytest terminal report, and display in gherkin format (from `pytest-bdd` plugin).
(Please note, we can't use -n with this argument (* `--gherkin-terminal-reporter`) due to a restriction. so just remove this console printing
before parallel execution)
9. **`--html=<path-to-html-output> --self-contained-html`**
To generate html report (from `pytest-html` plugin). To see full log output in the html report avoid `-s` argument in the same time.
10. **`-n <number-of-threads>`**
Expand Down

0 comments on commit 60249ea

Please sign in to comment.