Skip to content

Commit d4f103c

Browse files
committed
Update Docs
1 parent 41252e7 commit d4f103c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
theme: jekyll-theme-cayman
22
title: SeleniumBase
3-
description: Automated Testing Made Easy
3+
description: All-In-One Test Automation Framework

help_docs/customizing_test_runs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ The ``--report`` option gives you a fancy report after your test suite completes
102102
```bash
103103
nosetests my_test_suite.py --report
104104
```
105-
![](http://cdn2.hubspot.net/hubfs/100006/images/Test_Report_2.png "Example Nosetest Report")
105+
<img src="https://cdn2.hubspot.net/hubfs/100006/images/Test_Report_2.png" title="Example Nosetest Report" height="420">
106106

107107
(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.)
108108

0 commit comments

Comments
 (0)