diff --git a/README.md b/README.md index 26207dec..1c6fb8c8 100755 --- a/README.md +++ b/README.md @@ -1,8 +1,10 @@ -[](https://github.com/seleniumbase/SeleniumBase/blob/master/README.md)
+ -[SeleniumBase](https://github.com/seleniumbase/SeleniumBase/releases) [ ](https://pypi.python.org/pypi/seleniumbase) [ ](https://gitter.im/seleniumbase/SeleniumBase) [ ](https://travis-ci.org/seleniumbase/SeleniumBase) [](https://github.com/seleniumbase/SeleniumBase/actions) [ ](https://github.com/seleniumbase/SeleniumBase/stargazers)
+
-A Python toolkit for easy end-to-end testing and [site tours](https://github.com/seleniumbase/SeleniumBase/blob/master/examples/tour_examples/ReadMe.md) with [pytest](https://docs.pytest.org/en/latest/index.html) and [Selenium WebDriver](https://selenium.dev/). +[SeleniumBase](https://github.com/seleniumbase/SeleniumBase/releases) [ ](https://pypi.python.org/pypi/seleniumbase) [ ](https://gitter.im/seleniumbase/SeleniumBase) [ ](https://travis-ci.org/seleniumbase/SeleniumBase) [](https://github.com/seleniumbase/SeleniumBase/actions)
+ +Python framework for easy end-to-end testing and [website tours](https://github.com/seleniumbase/SeleniumBase/blob/master/examples/tour_examples/ReadMe.md) with [Selenium](https://selenium.dev/) and [pytest](https://docs.pytest.org/en/latest/index.html).
(Above: [my_first_test.py](https://github.com/seleniumbase/SeleniumBase/blob/master/examples/my_first_test.py) from [examples/](https://github.com/seleniumbase/SeleniumBase/tree/master/examples) running in Demo Mode, which adds JavaScript for highlighting page actions.)