From 4da5073608d00e96e3313dc472afc58b98223ced Mon Sep 17 00:00:00 2001 From: Michael Mintz Date: Wed, 5 Feb 2020 22:14:36 -0500 Subject: [PATCH] Update the ReadMe --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3939cb57..dcade374 100755 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ -[](https://github.com/seleniumbase/SeleniumBase/blob/master/README.md)
+[](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)
-Unleash the power of your QA automation team with SeleniumBase: A Python framework for end-to-end Web-UI testing and [site 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). +A Python framework for end-to-end web testing and [site 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.)
+
+(Above: [test_swag_labs.py](https://github.com/seleniumbase/SeleniumBase/blob/master/examples/test_swag_labs.py) from [examples/](https://github.com/seleniumbase/SeleniumBase/tree/master/examples) running in Demo Mode.)
```bash -pytest my_first_test.py --demo +pytest test_swag_labs.py --demo ``` ## Features: