Skip to content

Commit ada1202

Browse files
committed
Update the docs
1 parent 04c1655 commit ada1202

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

examples/ReadMe.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,19 @@ Run an example test in Demo Mode: (highlight assertions)
2525
```bash
2626
pytest my_first_test.py --demo
2727
```
28-
<img src="https://cdn2.hubspot.net/hubfs/100006/images/my_first_test_gif.gif" title="SeleniumBase" /><br />
28+
<img src="https://cdn2.hubspot.net/hubfs/100006/images/my_first_test_gif.gif" title="SeleniumBase Demo Mode" /><br />
2929

3030
Run an example test in Headless Mode: (invisible browser)
3131
```bash
3232
pytest my_first_test.py --headless
3333
```
3434

35+
Run an example test using Chrome's mobile device emulator: (default settings)
36+
```bash
37+
pytest test_swag_labs.py --mobile
38+
```
39+
<img src="https://cdn2.hubspot.net/hubfs/100006/images/swag_mobile.gif" title="SeleniumBase Mobile Mode" /><br />
40+
3541
Run tests with verbose output: (includes more details)
3642
```bash
3743
pytest test_suite.py -v
@@ -57,11 +63,6 @@ Run a failing test: (See the ``latest_logs/`` folder for logs and screenshots)
5763
pytest test_fail.py
5864
```
5965

60-
Run an example test using Chrome's mobile device emulator: (default settings)
61-
```bash
62-
pytest test_swag_labs.py --mobile
63-
```
64-
6566
Run a failing test with Debug-mode enabled: (``pdb`` activates on failures)
6667
```bash
6768
pytest test_fail.py --pdb -s

0 commit comments

Comments
 (0)