Skip to content

Commit 86dd680

Browse files
committed
Update the ReadMe
1 parent 474464b commit 86dd680

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -565,6 +565,14 @@ nosetests test_suite.py --report
565565
566566
See: [https://docs.qameta.io/allure/](https://docs.qameta.io/allure/#_pytest)
567567
568+
SeleniumBase no longer includes ``allure-pytest`` as part of installed dependencies. If you want to use it, install it first:
569+
570+
```bash
571+
pip install allure-pytest
572+
```
573+
574+
Now your tests can create Allure results files, which can be processed by Allure Reports.
575+
568576
```bash
569577
pytest test_suite.py --alluredir=allure_results
570578
```

0 commit comments

Comments
 (0)