From 32d0cefc645cba857d05bfc0704d191a19298e81 Mon Sep 17 00:00:00 2001 From: Michael Mintz Date: Thu, 8 Mar 2018 04:18:43 -0500 Subject: [PATCH] Update the ReadMe --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index be3d33e6..e73403ef 100755 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ pytest my_first_test.py --browser=chrome nosetests my_test_suite.py --browser=firefox ``` -Watch [my_first_test.py](https://github.com/seleniumbase/SeleniumBase/blob/master/examples/my_first_test.py) run in [Demo Mode](#seleniumbase_demo_mode): +Watch [my_first_test.py](https://github.com/seleniumbase/SeleniumBase/blob/master/examples/my_first_test.py) run in [Demo Mode](#seleniumbase_demo_mode):
![](https://cdn2.hubspot.net/hubfs/100006/images/sb_demo.gif "SeleniumBase") (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.)