Skip to content

Commit 0388835

Browse files
committed
Update a ReadMe
1 parent a51d50f commit 0388835

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

examples/ReadMe.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,12 @@ Run tests with verbose output: (includes more details)
4848
pytest test_suite.py -v
4949
```
5050

51+
Run a test on the Demo Site to try many SeleniumBase methods:
52+
```bash
53+
pytest test_demo_site.py
54+
```
55+
<img src="https://cdn2.hubspot.net/hubfs/100006/images/demo_page.gif" title="SeleniumBase Mobile Mode" /><br />
56+
5157
Run tests multi-threaded using [n] threads:
5258
```bash
5359
pytest test_suite.py -v -n=4

0 commit comments

Comments
 (0)