You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<b>SeleniumBase</b> tests are run with <b>pytest</b>. Chrome is the default browser if not specifed. During test failures, logs and screenshots from the latest run are saved to the ``latest_logs/`` folder.
8
7
9
-
* Example tests are located in <b>[SeleniumBase/examples](https://github.com/seleniumbase/SeleniumBase/tree/master/examples)</b>.
8
+
* <b>SeleniumBase</b> tests are run with <b>pytest</b>.
9
+
* Chrome is the default browser if not specifed.
10
+
* During test failures, logs and screenshots from the latest test run are saved to the ``latest_logs/`` folder.
11
+
* Example tests are located in <b>[SeleniumBase/examples/](https://github.com/seleniumbase/SeleniumBase/tree/master/examples)</b>.
10
12
11
13
(NOTE: Some example tests fail on purpose to demonstrate [logging features](https://github.com/seleniumbase/SeleniumBase/blob/master/examples/example_logs/ReadMe.md).)
12
14
13
-
**Here are some example run commands to help get you started:**
15
+
<h3><imgsrc="https://seleniumbase.io/img/logo3a.png"title="SeleniumBase"width="32" /> Example run commands to help you get started:</h3>
14
16
15
17
Run an example test in Chrome: (Default: ``--browser=chrome``)
0 commit comments