Skip to content

Commit 082e4c3

Browse files
committed
Update the docs
1 parent 5553926 commit 082e4c3

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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_logo.png" />
77

8-
<h3 align="center"><a href="https://github.com/seleniumbase/SeleniumBase/"><img src="https://seleniumbase.io/cdn/img/mac_sb_logo_5.png" alt="SeleniumBase" title="SeleniumBase" width="300" /></a></h3>
8+
<h3 align="center"><a href="https://github.com/seleniumbase/SeleniumBase/"><img src="https://seleniumbase.io/cdn/img/mac_sb_logo_3.png" alt="SeleniumBase" title="SeleniumBase" width="300" /></a></h3>
99
<!-- View on GitHub -->
1010
<h4 align="center">Better web testing with <a href="https://www.selenium.dev/documentation/" target="_blank">Selenium</a> and <a href="https://docs.pytest.org/en/stable/" target="_blank">pytest</a>.</h4>
1111
<p align="center">

examples/ReadMe.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,16 @@ pytest upload_file_test.py
135135

136136
--------
137137

138+
Try the new SeleniumBase Commander! A GUI for pytest:
139+
140+
```bash
141+
sbase gui
142+
```
143+
144+
<img src="https://seleniumbase.io/cdn/img/sbase_commander.png" title="SeleniumBase Commander / GUI for pytest" /><br />
145+
146+
--------
147+
138148
<b>SeleniumBase tests can also be run with ``nosetests``:</b>
139149

140150
Run an example test with nosetests:

0 commit comments

Comments
 (0)