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 a925a0c commit a886299Copy full SHA for a886299
examples/test_fail.py
@@ -1,5 +1,8 @@
1
-""" This test was made to fail on purpose to demonstrate the
2
- logging capabilities of the SeleniumBase Test Framework """
+""" This test fails on purpose to demonstrate
+ the logging capabilities of SeleniumBase.
3
+ >>> pytest test_fail.py --html=report.html
4
+ This creates ``report.html`` with details.
5
+ (Also find log files in ``latest_logs/``) """
6
7
import pytest
8
from seleniumbase import BaseCase
0 commit comments