Skip to content

Commit 7a1d298

Browse files
committed
Update the documentation
1 parent 1a5a530 commit 7a1d298

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
<meta property="og:image" content="https://seleniumbase.io/cdn/img/mac_sb_logo_5.png" />
66
<link rel="icon" href="https://seleniumbase.io/img/green_logo2.png" />
77

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>
99

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>
1111

1212
<!-- View on GitHub -->
1313

@@ -21,7 +21,7 @@
2121
<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>
2222
</p>
2323

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>
2525

2626
<p align="center">
2727
<a href="#python_installation">🚀 Start</a> |
@@ -57,10 +57,10 @@
5757

5858
```bash
5959
cd examples/
60-
pytest test_demo_site.py
60+
pytest test_demo_site.py --chrome
6161
```
6262

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>
6464

6565
<div></div>
6666
<details>
@@ -118,7 +118,7 @@ def test_mfa_login(sb):
118118
sb.save_screenshot_to_logs()
119119
```
120120

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>
122122

123123
```gherkin
124124
Feature: SeleniumBase scenarios for the RealWorld App
@@ -326,6 +326,10 @@ self.assert_no_js_errors() # Verify there are no JS errors.
326326
327327
<h2><img src="https://seleniumbase.io/img/green_logo2.png" title="SeleniumBase" width="32" /> Learn More:</h2>
328328
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+
329333
✅ Automatic WebDriver Abilities:
330334
<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>
331335

mkdocs_build/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ lunr==0.6.2
2525
nltk==3.7
2626
watchdog==2.1.8
2727
mkdocs==1.3.0
28-
mkdocs-material==8.3.0
28+
mkdocs-material==8.3.2
2929
mkdocs-exclude-search==0.6.4
3030
mkdocs-simple-hooks==0.1.5
3131
mkdocs-material-extensions==1.0.3

0 commit comments

Comments
 (0)