We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a3c8c4 commit b860bd7Copy full SHA for b860bd7
1 file changed
README.md
@@ -130,20 +130,10 @@ pytest -m sanity
130
```
131
132
## 📊 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):
+We use Allure for reporting. To generate and open the report locally:
143
144
```bash
145
-brew install allure
146
+npx -y allure generate allure-results --output allure-report --open
147
148
149
👉 [See a Live Example of the Report Here](https://nirtal85.github.io/Selenium-Python-Example/)
0 commit comments