Skip to content

Commit 42f64c1

Browse files
committed
Update a ReadMe
1 parent 6f411a2 commit 42f64c1

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

examples/example_logs/ReadMe.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@
55
🔵 During test failures, logs and screenshots from the most recent test run will get saved to the ``latest_logs/`` folder. If ``--archive-logs`` is specified (or if ARCHIVE_EXISTING_LOGS is set to True in [settings.py](https://github.com/seleniumbase/SeleniumBase/blob/master/seleniumbase/config/settings.py)), test logs will also get archived to the ``archived_logs/`` folder. Otherwise, the log files will be cleaned out when the next test run begins (by default).
66

77
```bash
8-
pytest test_fail.py --browser=chrome
9-
10-
nosetests test_fail.py --browser=firefox
8+
pytest test_fail.py
119
```
1210

1311
<b>Examples of expected log files generated during failures:</b>
@@ -81,10 +79,10 @@ pytest test_suite.py --junit-xml=report.xml
8179

8280
<h3><img src="https://seleniumbase.io/img/logo6.png" title="SeleniumBase" width="32" /> Nosetest Reports:</h3>
8381

84-
The ``--report`` option gives you a fancy report after your test suite completes.
82+
The ``nosetests`` ``--report`` option gives you a fancy report after your tests complete.
8583

8684
```bash
87-
nosetests test_suite.py --report --browser=chrome
85+
nosetests test_suite.py --report
8886
```
8987

9088
<img src="https://seleniumbase.io/cdn/img/nose_report.png" alt="Example Nosetest Report" title="Example Nosetest Report" width="320" />

0 commit comments

Comments
 (0)