Skip to content

Commit db90db7

Browse files
committed
Update the docs
1 parent 4480794 commit db90db7

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<meta property="og:site_name" content="SeleniumBase | Docs">
2-
<meta property="og:title" content="SeleniumBase | E2E Test Framework" />
3-
<meta property="og:description" content="Browser automation and testing with Python." />
2+
<meta property="og:title" content="SeleniumBase | Python Web Testing" />
3+
<meta property="og:description" content="Build fast, reliable, end-to-end tests." />
44
<meta property="og:image" content="https://seleniumbase.io/cdn/img/sb_logo_dh.png" />
55
<link rel="icon" href="https://seleniumbase.io/img/logo3a.png" />
66

@@ -28,8 +28,8 @@ Tests are run with <code><b>pytest</b></code>. Browsers are controlled by WebDri
2828

2929
<p align="center">
3030
<a href="#python_installation">🚀 Start</a> |
31-
<a href="https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/customizing_test_runs.md">🧙‍♂️ cmd</a> |
3231
<a href="https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/features_list.md">🏰 Features</a> |
32+
<a href="https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/customizing_test_runs.md">🖥️ CLI</a> |
3333
<a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/ReadMe.md">👨‍🏫 Examples</a>
3434
<br />
3535
<a href="https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/method_summary.md">📚 API</a> |
@@ -42,7 +42,7 @@ Tests are run with <code><b>pytest</b></code>. Browsers are controlled by WebDri
4242
<a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/tour_examples/ReadMe.md">🗺️ Tours</a> |
4343
<a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/visual_testing/ReadMe.md">🖼️ VisualTest</a>
4444
<br />
45-
<a href="https://github.com/seleniumbase/SeleniumBase/blob/master/seleniumbase/console_scripts/ReadMe.md">💻 Console Scripts</a> |
45+
<a href="https://github.com/seleniumbase/SeleniumBase/blob/master/seleniumbase/console_scripts/ReadMe.md">📜 Console Scripts</a> |
4646
<a href="https://github.com/seleniumbase/SeleniumBase/blob/master/seleniumbase/utilities/selenium_grid/ReadMe.md">🌐 Grid</a> |
4747
<a href="https://github.com/seleniumbase/SeleniumBase/tree/master/integrations/node_js">🏃 NodeRunner</a>
4848
<br />
@@ -61,7 +61,7 @@ Tests are run with <code><b>pytest</b></code>. Browsers are controlled by WebDri
6161
<h2><img src="https://seleniumbase.io/img/sb_icon.png" title="SeleniumBase" width="30" /> Get Started:</h2>
6262

6363
* Requires **[Python](https://www.python.org/downloads/)** and **[Git](https://git-scm.com/)**
64-
* [<img src="https://img.shields.io/pypi/pyversions/seleniumbase.svg?color=22AAEE" alt="Python:2.7|3.5|3.6|3.7|3.8" />](https://www.python.org/downloads/)
64+
* [<img src="https://img.shields.io/pypi/pyversions/seleniumbase.svg?color=22AAEE" alt="Python:2.7|3.5|3.6|3.7|3.8|3.9" />](https://www.python.org/downloads/)
6565
* A [Python virtual env](https://packaging.python.org/guides/installing-using-pip-and-virtual-environments/) is recommended. <i><a href="https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/virtualenv_instructions.md">See shortcut</a>.</i>
6666

6767
Upgrade **[pip](https://pypi.org/project/pip/)** to prevent warnings:

help_docs/ReadMe.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<p align="left">
66
<a href="https://seleniumbase.io/#python_installation">🚀 Start</a> |
7-
<a href="https://seleniumbase.io/help_docs/customizing_test_runs/">🧙‍♂️ cmd</a> |
7+
<a href="https://seleniumbase.io/help_docs/customizing_test_runs/">🖥️ CLI</a> |
88
<a href="https://seleniumbase.io/help_docs/features_list/">🏰 Features</a>
99
<br />
1010
<a href="https://seleniumbase.io/examples/ReadMe/">👨‍🏫 Examples</a> |
@@ -15,7 +15,7 @@
1515
<a href="https://seleniumbase.io/examples/example_logs/ReadMe/">📋 Reports</a> |
1616
<a href="https://seleniumbase.io/examples/tour_examples/ReadMe/">🗺️ Tours</a>
1717
<br />
18-
<a href="https://seleniumbase.io/seleniumbase/console_scripts/ReadMe/">💻 Console Scripts</a> |
18+
<a href="https://seleniumbase.io/seleniumbase/console_scripts/ReadMe/">📜 Console Scripts</a> |
1919
<a href="https://seleniumbase.io/seleniumbase/utilities/selenium_grid/ReadMe/">🌐 Grid</a>
2020
<br />
2121
<a href="https://github.com/seleniumbase/SeleniumBase/tree/master/examples/boilerplates">♻️ Boilerplates</a> |

help_docs/customizing_test_runs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[<img src="https://seleniumbase.io/cdn/img/super_logo_sb.png" title="SeleniumBase" width="290">](https://github.com/seleniumbase/SeleniumBase/blob/master/README.md)
22

3-
<h2><img src="https://seleniumbase.io/img/sb_icon.png" title="SeleniumBase" width="30" /> Command-line options</h2>
3+
<h2><img src="https://seleniumbase.io/img/sb_icon.png" title="SeleniumBase" width="30" /> CLI Options</h2>
44

5-
You can customize test runs from the command-line thanks to [SeleniumBase's pytest plugin](https://github.com/seleniumbase/SeleniumBase/blob/master/seleniumbase/plugins/pytest_plugin.py), which adds command-line options for setting/enabling the browser type, headless mode, mobile mode, multithreading mode, demo mode, proxy config, user agent config, browser extensions, and more.
5+
You can customize test runs from the command-line interface thanks to [SeleniumBase's pytest plugin](https://github.com/seleniumbase/SeleniumBase/blob/master/seleniumbase/plugins/pytest_plugin.py), which adds CLI options for setting/enabling the browser type, headless mode, mobile mode, multithreading mode, demo mode, proxy config, user agent config, browser extensions, and more.
66

77
Here are some examples of configuring tests, which can be run from the [examples/](https://github.com/seleniumbase/SeleniumBase/tree/master/examples) folder:
88

seleniumbase/console_scripts/run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ def show_options():
448448
c2 = colorama.Fore.BLUE + colorama.Back.LIGHTGREEN_EX
449449
c3 = colorama.Fore.BLUE + colorama.Back.LIGHTYELLOW_EX
450450
cr = colorama.Style.RESET_ALL
451-
sc = ("\n " + c2 + " ** " + c3 + " pytest CMD Options " + c2 + " ** " + cr)
451+
sc = ("\n " + c2 + " ** " + c3 + " pytest CLI Options " + c2 + " ** " + cr)
452452
print(sc)
453453
print("")
454454
line = "Here are some common pytest options to use with SeleniumBase:"

0 commit comments

Comments
 (0)