Skip to content

Commit b860bd7

Browse files
committed
README.md
1 parent 5a3c8c4 commit b860bd7

1 file changed

Lines changed: 2 additions & 12 deletions

File tree

README.md

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -130,20 +130,10 @@ pytest -m sanity
130130
```
131131

132132
## 📊 Results & Reporting
133-
We use Allure for reporting. To view results locally:
134-
135-
Windows (via Scoop):
136-
137-
```bash
138-
scoop install allure
139-
allure serve allure-results
140-
```
141-
142-
Mac (via Brew):
133+
We use Allure for reporting. To generate and open the report locally:
143134

144135
```bash
145-
brew install allure
146-
allure serve allure-results
136+
npx -y allure generate allure-results --output allure-report --open
147137
```
148138

149139
👉 [See a Live Example of the Report Here](https://nirtal85.github.io/Selenium-Python-Example/)

0 commit comments

Comments
 (0)