Skip to content

Commit 614af48

Browse files
committed
Update a ReadMe
1 parent 1dc55a7 commit 614af48

File tree

1 file changed

+9
-19
lines changed

1 file changed

+9
-19
lines changed

examples/ReadMe.md

Lines changed: 9 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ pytest my_first_test.py --browser=firefox
3737

3838
--------
3939

40-
Run an example test in Demo Mode: (highlight assertions)
40+
Run an example test in ``--demo`` mode: (highlight assertions)
4141

4242
```bash
4343
pytest test_swag_labs.py --demo
@@ -67,7 +67,7 @@ pytest wordle_test.py
6767

6868
--------
6969

70-
Run an example test in ``--headless`` Mode: (invisible browser)
70+
Run an example test in ``--headless`` mode: (invisible browser)
7171

7272
```bash
7373
pytest my_first_test.py --headless
@@ -143,12 +143,14 @@ pytest test_fail.py
143143

144144
--------
145145

146-
Run a failing test with Debug-mode enabled: (``pdb`` activates on failures)
146+
Run a failing test that activates ``pdb`` debug mode on failure:
147147

148148
```bash
149149
pytest test_fail.py --pdb -s
150150
```
151151

152+
> (**``pdb``** commands: ``n``, ``c``, ``s``, ``u``, ``d`` => ``next``, ``continue``, ``step``, ``up``, ``down``)
153+
152154
--------
153155

154156
Run a test suite that demonstrates the use of ``pytest`` markers:
@@ -183,7 +185,7 @@ pytest upload_file_test.py
183185

184186
--------
185187

186-
Try the new SeleniumBase Commander! A GUI for ``pytest``:
188+
🎖️ **SeleniumBase Commander** is a GUI for ``pytest``:
187189

188190
```bash
189191
sbase gui
@@ -195,8 +197,6 @@ sbase gui
195197

196198
<b>SeleniumBase tests can also be run with ``pynose``:</b>
197199

198-
Run an example test with ``pynose``:
199-
200200
```bash
201201
pynose my_first_test.py
202202
```
@@ -219,7 +219,7 @@ pynose my_first_test.py --config=example_config.cfg
219219

220220
--------
221221

222-
For more advanced run commands, such as using a proxy server, see [../help_docs/customizing_test_runs.md](https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/customizing_test_runs.md)
222+
For more advanced **run commands**, such as using a proxy server, see [../help_docs/customizing_test_runs.md](https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/customizing_test_runs.md)
223223

224224
--------
225225

@@ -229,25 +229,15 @@ If you just need to perform some quick website verification on various devices,
229229

230230
--------
231231

232-
To make things easier, here's a simple GUI program that allows you to run a few example tests by pressing a button:
232+
To make things easier, here's a **simple GUI program** that allows you to run a few example tests by pressing a button:
233233

234234
```bash
235235
python gui_test_runner.py
236236
```
237237

238238
<img src="https://seleniumbase.github.io/cdn/img/gui_test_runner.png" title="GUI Test Runner" width="320" />
239239

240-
(The newer [SeleniumBase Commander](https://seleniumbase.io/help_docs/commander/) improves on that.)
241-
242-
--------
243-
244-
🎖️ To launch the SeleniumBase Commander GUI for ``pytest``:
245-
246-
```bash
247-
sbase gui
248-
```
249-
250-
<img src="https://seleniumbase.github.io/cdn/img/sbase_commander_wide.png" title="SeleniumBase Commander" width="600">
240+
(The newer **[SeleniumBase Commander](https://seleniumbase.io/help_docs/commander/)** improves on that.)
251241

252242
--------
253243

0 commit comments

Comments
 (0)