You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<h4align="center">Modern Web Testing with <ahref="https://www.selenium.dev/documentation/"target="_blank">Selenium</a> and <ahref="https://docs.pytest.org/en/stable/"target="_blank">Pytest</a>.</h4>
10
+
<h4align="center">Modern Web Testing with <ahref="https://www.selenium.dev/documentation/"target="_blank">Selenium</a> and <ahref="https://docs.pytest.org/en/stable/"target="_blank">pytest</a>.</h4>
<palign="left">An example test using the <code>BaseCase</code> class:</p>
48
+
<palign="left">⭐ An example test using the <code>BaseCase</code> class:</p>
49
49
50
50
```python
51
51
from seleniumbase import BaseCase
@@ -61,7 +61,7 @@ class Test_MFA_Login(BaseCase):
61
61
self.save_screenshot_to_logs()
62
62
```
63
63
64
-
<palign="left">An example test using the <code>sb</code> fixture:</p>
64
+
<palign="left">⭐ An example test using the <code>sb</code> fixture:</p>
65
65
66
66
```python
67
67
deftest_mfa_login(sb):
@@ -74,7 +74,7 @@ def test_mfa_login(sb):
74
74
sb.save_screenshot_to_logs()
75
75
```
76
76
77
-
<palign="left">An example of running a test: <ahref="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/test_demo_site.py">test_demo_site.py</a></p>
77
+
<palign="left">⭐ An example of running a test: <ahref="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/test_demo_site.py">test_demo_site.py</a></p>
0 commit comments