Skip to content

Commit 80942cc

Browse files
committed
Update a ReadMe
1 parent 26a261c commit 80942cc

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

examples/ReadMe.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,17 @@
22

33
<h2><img src="https://seleniumbase.io/img/logo3a.png" title="SeleniumBase" width="32" /> Running Example Tests:</h2>
44

5-
<p align="left"><a align="center" href="https://github.com/seleniumbase/SeleniumBase/blob/master/README.md"><img align="center" src="https://seleniumbase.io/cdn/img/sb_demo_page.png" alt="SeleniumBase" width="300" /></a></p>
5+
<p align="left"><a align="center" href="https://github.com/seleniumbase/SeleniumBase/blob/master/README.md"><img align="center" src="https://seleniumbase.io/cdn/img/sb_demo_page.png" alt="SeleniumBase" width="420" /></a></p>
66

7-
<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.
87

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>.
1012

1113
(NOTE: Some example tests fail on purpose to demonstrate [logging features](https://github.com/seleniumbase/SeleniumBase/blob/master/examples/example_logs/ReadMe.md).)
1214

13-
**Here are some example run commands to help get you started:**
15+
<h3><img src="https://seleniumbase.io/img/logo3a.png" title="SeleniumBase" width="32" /> Example run commands to help you get started:</h3>
1416

1517
Run an example test in Chrome: (Default: ``--browser=chrome``)
1618

0 commit comments

Comments
 (0)