Update the docs

This commit is contained in:
Michael Mintz 2020-05-19 17:22:07 -04:00
parent 7fb75430f3
commit 3b86bef97a
3 changed files with 4 additions and 4 deletions

View File

@ -382,7 +382,7 @@ Using ``--html=report.html`` gives you a fancy report of the name specified afte
pytest test_suite.py --html=report.html
```
![](https://cdn2.hubspot.net/hubfs/100006/images/PytestReport.png "Example Pytest Report")
<img src="https://cdn2.hubspot.net/hubfs/100006/images/pytest_report_3c.png" alt="Example Pytest Report" title="Example Pytest Report" width="520" />
You can also use ``--junit-xml=report.xml`` to get an xml report instead. Jenkins can use this file to display better reporting for your tests.
```bash
@ -395,7 +395,7 @@ The ``--report`` option gives you a fancy report after your test suite completes
```bash
nosetests test_suite.py --report
```
<img src="https://cdn2.hubspot.net/hubfs/100006/images/Test_Report_2.png" title="Example Nosetest Report" width="320" />
<img src="https://cdn2.hubspot.net/hubfs/100006/images/Test_Report_2.png" alt="Example Nosetest Report" title="Example Nosetest Report" width="320" />
(NOTE: You can add ``--show-report`` to immediately display Nosetest reports after the test suite completes. Only use ``--show-report`` when running tests locally because it pauses the test run.)

View File

@ -30,7 +30,7 @@ Using ``--html=report.html`` gives you a fancy report of the name specified afte
```bash
pytest test_suite.py --html=report.html
```
<img src="https://cdn2.hubspot.net/hubfs/100006/images/pytest_report_2.png" alt="Example Pytest Report" title="Example Pytest Report" width="520" />
<img src="https://cdn2.hubspot.net/hubfs/100006/images/pytest_report_3c.png" alt="Example Pytest Report" title="Example Pytest Report" width="520" />
### <img src="https://seleniumbase.io/img/sb_icon.png" title="SeleniumBase" width="30" /> Nosetest Reports:

View File

@ -234,7 +234,7 @@ Using ``--html=report.html`` gives you a fancy report of the name specified afte
```bash
pytest test_suite.py --html=report.html
```
<img src="https://cdn2.hubspot.net/hubfs/100006/images/pytest_report_2.png" alt="Example Pytest Report" title="Example Pytest Report" width="520" />
<img src="https://cdn2.hubspot.net/hubfs/100006/images/pytest_report_3c.png" alt="Example Pytest Report" title="Example Pytest Report" width="520" />
### <img src="https://seleniumbase.io/img/sb_icon.png" title="SeleniumBase" width="30" /> Nosetest Reports: