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 da76064 commit 13508feCopy full SHA for 13508fe
README.md
@@ -178,6 +178,12 @@ Using ``--html=report.html`` gives you a fancy report of the name specified afte
178
pytest my_test_suite.py --html=report.html
179
```
180
181
+You can also use ``--junitxml=report.xml`` to get an xml report instead. Jenkins can use this file to display better reporting for your tests.
182
+
183
+```bash
184
+pytest my_test_suite.py --junitxml=report.xml
185
+```
186
187

188
189
#### **Nosetest Reports:**
0 commit comments