Update the ReadMe

This commit is contained in:
Michael Mintz 2016-06-05 14:46:51 -04:00
parent d6fb13dd75
commit 770bdd1f45
1 changed files with 1 additions and 1 deletions

View File

@ -193,7 +193,7 @@ py.test my_first_test.py --with-selenium --with-testing_base --browser=phantomjs
(NOTE: The ``--with-testing_base`` plugin gives you full logging on test failures for screenshots, page source, and basic test info.)
CREATING VISUAL TEST SUITE REPORTS (for nosetest users *ONLY*): The ``--report`` option gives you a fancy report after your test suite completes. (Requires ``--with-testing_base`` to also be set when ``--report`` is used)
**Creating Visual Test Suite Reports** (for nosetest users *ONLY*): The ``--report`` option gives you a fancy report after your test suite completes. (Requires ``--with-testing_base`` to also be set when ``--report`` is used)
```bash
nosetests my_test_suite.py --with-selenium --with-testing_base --report -s