We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81546dc commit 5377051Copy full SHA for 5377051
examples/ReadMe.md
@@ -65,6 +65,14 @@ pytest test_swag_labs.py --mobile
65
66
<img src="https://seleniumbase.io/cdn/gif/swag_mobile_2.gif" title="SeleniumBase Mobile Mode" /><br />
67
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
76
Run a [test suite](https://github.com/seleniumbase/SeleniumBase/blob/master/examples/test_suite.py) with verbose output: (see more details)
77
78
```bash
0 commit comments