File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -382,7 +382,7 @@ Using ``--html=report.html`` gives you a fancy report of the name specified afte
382
382
pytest test_suite.py --html=report.html
383
383
```
384
384
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 " />
386
386
387
387
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.
388
388
``` bash
@@ -395,7 +395,7 @@ The ``--report`` option gives you a fancy report after your test suite completes
395
395
``` bash
396
396
nosetests test_suite.py --report
397
397
```
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 " />
399
399
400
400
(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.)
401
401
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ Using ``--html=report.html`` gives you a fancy report of the name specified afte
30
30
``` bash
31
31
pytest test_suite.py --html=report.html
32
32
```
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 " />
34
34
35
35
### <img src =" https://seleniumbase.io/img/sb_icon.png " title =" SeleniumBase " width =" 30 " /> Nosetest Reports:
36
36
Original file line number Diff line number Diff line change @@ -234,7 +234,7 @@ Using ``--html=report.html`` gives you a fancy report of the name specified afte
234
234
``` bash
235
235
pytest test_suite.py --html=report.html
236
236
```
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 " />
238
238
239
239
### <img src =" https://seleniumbase.io/img/sb_icon.png " title =" SeleniumBase " width =" 30 " /> Nosetest Reports:
240
240
You can’t perform that action at this time.
0 commit comments