Skip to content

Commit 50f6667

Browse files
committed
Update the ReadMe
1 parent 8d0bf61 commit 50f6667

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ seleniumbase install chromedriver
8888
seleniumbase install chromedriver latest
8989
```
9090

91+
(See [seleniumbase.io/seleniumbase/console_scripts/ReadMe/](https://seleniumbase.io/seleniumbase/console_scripts/ReadMe/) for more information on SeleniumBase console scripts, such as ``seleniumbase install`` and ``seleniumbase mkdir``.)
92+
9193
<h3><img src="https://seleniumbase.io/img/sb_icon.png" title="SeleniumBase" width="30" /> Run a test on Chrome:</h3>
9294

9395
```bash
@@ -429,6 +431,14 @@ nosetests test_suite.py --report
429431

430432
(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.)
431433

434+
<h4><b>Allure Reports:</b></h4>
435+
436+
See: [https://docs.qameta.io/allure/](https://docs.qameta.io/allure/#_pytest)
437+
438+
```bash
439+
pytest test_suite.py --alluredir=allure_results
440+
```
441+
432442

433443
<h3><img src="https://seleniumbase.io/img/sb_icon.png" title="SeleniumBase" width="30" /> Using a Proxy Server:</h3>
434444

0 commit comments

Comments
 (0)