|
5 | 5 | <meta property="og:image" content="https://seleniumbase.io/cdn/img/mac_sb_logo_5.png" />
|
6 | 6 | <link rel="icon" href="https://seleniumbase.io/img/green_logo2.png" />
|
7 | 7 |
|
8 |
| -<h2 align="center"><a href="https://github.com/seleniumbase/SeleniumBase/"><img src="https://seleniumbase.io/cdn/img/sb_media_logo_t3.png" alt="SeleniumBase" title="SeleniumBase" width="340" /></a></h2> |
| 8 | +<h2 align="center"><a href="https://github.com/seleniumbase/SeleniumBase/"><img src="https://seleniumbase.io/cdn/img/sb_media_logo_t4.png" alt="SeleniumBase" title="SeleniumBase" width="340" /></a></h2> |
9 | 9 |
|
10 |
| -<p align="center"><b>Fast & Reliable Web/UI Testing.</b></p> |
| 10 | +<p align="center"><b>Python Web UI Testing Made Easy.</b></p> |
11 | 11 |
|
12 | 12 | <!-- View on GitHub -->
|
13 | 13 |
|
|
21 | 21 | <img src="https://github.com/seleniumbase/SeleniumBase/workflows/CI%20build/badge.svg" alt="SeleniumBase GitHub Actions" /></a> <a href="https://dev.azure.com/seleniumbase/seleniumbase/_build/latest?definitionId=1&branchName=master" target="_blank"> <img src="https://dev.azure.com/seleniumbase/seleniumbase/_apis/build/status/seleniumbase.SeleniumBase?branchName=master" alt="SeleniumBase Azure Pipelines" /></a> <a href="https://gitter.im/seleniumbase/SeleniumBase" target="_blank"><img src="https://badges.gitter.im/seleniumbase/SeleniumBase.svg" alt="SeleniumBase" /></a>
|
22 | 22 | </p>
|
23 | 23 |
|
24 |
| -<p align="center">SeleniumBase is a complete Python framework for web automation & testing.<br />Supports Chrome, Edge, Firefox, Linux, macOS, Safari, Ubuntu, and Windows.<br /></p> |
| 24 | +<p align="center"><a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/test_swag_labs.py" target="_blank"><img src="https://seleniumbase.io/cdn/gif/swag_vid.gif" width="528" alt="SeleniumBase Example" title="SeleniumBase Example" /></a></p> |
25 | 25 |
|
26 | 26 | <p align="center">
|
27 | 27 | <a href="#python_installation">🚀 Start</a> |
|
|
57 | 57 |
|
58 | 58 | ```bash
|
59 | 59 | cd examples/
|
60 |
| -pytest test_demo_site.py |
| 60 | +pytest test_demo_site.py --chrome |
61 | 61 | ```
|
62 | 62 |
|
63 |
| -<p align="left"><a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/test_demo_site.py"><img src="https://seleniumbase.io/cdn/gif/demo_page_4.gif" width="400" alt="SeleniumBase Demo Mode" title="SeleniumBase Test" /></a></p> |
| 63 | +<p align="left"><a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/test_demo_site.py" target="_blank"><img src="https://seleniumbase.io/cdn/gif/demo_page_4.gif" width="400" alt="SeleniumBase Example" title="SeleniumBase Example" /></a></p> |
64 | 64 |
|
65 | 65 | <div></div>
|
66 | 66 | <details>
|
@@ -118,7 +118,7 @@ def test_mfa_login(sb):
|
118 | 118 | sb.save_screenshot_to_logs()
|
119 | 119 | ```
|
120 | 120 |
|
121 |
| -<p align="left">📕📝 An example test with <b>behave-BDD</b> <a href="https://behave.readthedocs.io/en/stable/gherkin.html">Gherkin</a> structure. Runs with <code>behave</code>. (<a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/behave_bdd/ReadMe.md">Learn more</a>)</p> |
| 121 | +<p align="left">📕📝 An example test with <b>behave-BDD</b> <a href="https://behave.readthedocs.io/en/stable/gherkin.html" target="_blank">Gherkin</a> structure. Runs with <code>behave</code>. (<a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/behave_bdd/ReadMe.md">Learn more</a>)</p> |
122 | 122 |
|
123 | 123 | ```gherkin
|
124 | 124 | Feature: SeleniumBase scenarios for the RealWorld App
|
@@ -326,6 +326,10 @@ self.assert_no_js_errors() # Verify there are no JS errors.
|
326 | 326 |
|
327 | 327 | <h2><img src="https://seleniumbase.io/img/green_logo2.png" title="SeleniumBase" width="32" /> Learn More:</h2>
|
328 | 328 |
|
| 329 | +✅ Supports all major web browsers and operating systems: |
| 330 | +<p><b>Browsers:</b> Chrome, Edge, Firefox, IE, and Safari.</p> |
| 331 | +<p><b>Systems: </b>Linux, macOS, Windows, and Ubuntu.</p> |
| 332 | +
|
329 | 333 | ✅ Automatic WebDriver Abilities:
|
330 | 334 | <p>SeleniumBase automatically handles common WebDriver actions such as spinning up web browsers and saving screenshots during test failures. (<i><a href="https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/customizing_test_runs.md">Read more about customizing test runs</a>.</i>)</p>
|
331 | 335 |
|
|
0 commit comments