Skip to content

Commit 5377051

Browse files
committed
Update a ReadMe
1 parent 81546dc commit 5377051

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

examples/ReadMe.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,14 @@ pytest test_swag_labs.py --mobile
6565

6666
<img src="https://seleniumbase.io/cdn/gif/swag_mobile_2.gif" title="SeleniumBase Mobile Mode" /><br />
6767

68+
Run another [example test](https://github.com/seleniumbase/SeleniumBase/blob/master/examples/test_xkcd.py) in Demo Mode: (highlight assertions)
69+
70+
```bash
71+
pytest test_xkcd.py --demo
72+
```
73+
74+
<img src="https://seleniumbase.io/cdn/gif/xkcd_vid.gif" title="SeleniumBase Demo Mode" /><br />
75+
6876
Run a [test suite](https://github.com/seleniumbase/SeleniumBase/blob/master/examples/test_suite.py) with verbose output: (see more details)
6977

7078
```bash

0 commit comments

Comments
 (0)