Update the ReadMe

This commit is contained in:
Michael Mintz 2018-03-08 04:18:43 -05:00
parent 1ffca36da8
commit 32d0cefc64
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ pytest my_first_test.py --browser=chrome
nosetests my_test_suite.py --browser=firefox
```
<b>Watch [my_first_test.py](https://github.com/seleniumbase/SeleniumBase/blob/master/examples/my_first_test.py) run in [Demo Mode](#seleniumbase_demo_mode):</b>
<b>Watch [my_first_test.py](https://github.com/seleniumbase/SeleniumBase/blob/master/examples/my_first_test.py) run in [Demo Mode](#seleniumbase_demo_mode):</b><br>
![](https://cdn2.hubspot.net/hubfs/100006/images/sb_demo.gif "SeleniumBase")
(<i>If you take out all the assert statements from that test, you're left with [basic_script.py](https://github.com/seleniumbase/SeleniumBase/blob/master/examples/basic_script.py), which does a lot with very few lines of code.</i>)