Skip to content

Commit 3b86bef

Browse files
committed
Update the docs
1 parent 7fb7543 commit 3b86bef

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ Using ``--html=report.html`` gives you a fancy report of the name specified afte
382382
pytest test_suite.py --html=report.html
383383
```
384384

385-
![](https://cdn2.hubspot.net/hubfs/100006/images/PytestReport.png "Example Pytest Report")
385+
<img src="https://cdn2.hubspot.net/hubfs/100006/images/pytest_report_3c.png" alt="Example Pytest Report" title="Example Pytest Report" width="520" />
386386

387387
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.
388388
```bash
@@ -395,7 +395,7 @@ The ``--report`` option gives you a fancy report after your test suite completes
395395
```bash
396396
nosetests test_suite.py --report
397397
```
398-
<img src="https://cdn2.hubspot.net/hubfs/100006/images/Test_Report_2.png" title="Example Nosetest Report" width="320" />
398+
<img src="https://cdn2.hubspot.net/hubfs/100006/images/Test_Report_2.png" alt="Example Nosetest Report" title="Example Nosetest Report" width="320" />
399399

400400
(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.)
401401

examples/example_logs/ReadMe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Using ``--html=report.html`` gives you a fancy report of the name specified afte
3030
```bash
3131
pytest test_suite.py --html=report.html
3232
```
33-
<img src="https://cdn2.hubspot.net/hubfs/100006/images/pytest_report_2.png" alt="Example Pytest Report" title="Example Pytest Report" width="520" />
33+
<img src="https://cdn2.hubspot.net/hubfs/100006/images/pytest_report_3c.png" alt="Example Pytest Report" title="Example Pytest Report" width="520" />
3434

3535
### <img src="https://seleniumbase.io/img/sb_icon.png" title="SeleniumBase" width="30" /> Nosetest Reports:
3636

help_docs/customizing_test_runs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ Using ``--html=report.html`` gives you a fancy report of the name specified afte
234234
```bash
235235
pytest test_suite.py --html=report.html
236236
```
237-
<img src="https://cdn2.hubspot.net/hubfs/100006/images/pytest_report_2.png" alt="Example Pytest Report" title="Example Pytest Report" width="520" />
237+
<img src="https://cdn2.hubspot.net/hubfs/100006/images/pytest_report_3c.png" alt="Example Pytest Report" title="Example Pytest Report" width="520" />
238238

239239
### <img src="https://seleniumbase.io/img/sb_icon.png" title="SeleniumBase" width="30" /> Nosetest Reports:
240240

0 commit comments

Comments
 (0)