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 a51d50f commit 0388835Copy full SHA for 0388835
examples/ReadMe.md
@@ -48,6 +48,12 @@ Run tests with verbose output: (includes more details)
48
pytest test_suite.py -v
49
```
50
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
+
57
Run tests multi-threaded using [n] threads:
58
```bash
59
pytest test_suite.py -v -n=4
0 commit comments