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
<palign="center"><divalign="center">A <ahref="https://www.selenium.dev/documentation/overview/details/"target="_blank">Selenium</a> ecosystem for Python that extends <ahref="https://docs.pytest.org/en/stable/"target="_blank">Pytest</a> and <ahref="https://behave.readthedocs.io/en/stable/index.html"target="_blank">Behave</a>.</div></p>
11
+
<palign="center"><divalign="center">A Python framework with all the tools you need to automate web testing.</div></p>
<palign="left">🌱 An example with <b>BaseCase</b>, a subclass of <code>unittest.TestCase</code>. Runs with <code>pytest</code> or <code>nosetests</code>. (<ahref="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/ReadMe.md">Learn more</a>)</p>
50
+
<palign="left">🌱 An example with the <b>BaseCase</b> class. Runs with <code>pytest</code> or <code>nosetests</code>. (<ahref="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/ReadMe.md">Learn more</a>)</p>
51
51
52
52
```python
53
53
from seleniumbase import BaseCase
@@ -64,7 +64,7 @@ class TestMFALogin(BaseCase):
64
64
self.save_screenshot_to_logs()
65
65
```
66
66
67
-
<palign="left">🌱 An example with <b>sb</b>, a <code>pytest</code> fixture. Runs with <code>pytest</code>.</p>
67
+
<palign="left">🌱 An example with the <b>sb</b> <code>pytest</code> fixture. Runs with <code>pytest</code>.</p>
0 commit comments