From 99841cc00b92b110a7114ecfc803d4c83d9fe20c Mon Sep 17 00:00:00 2001 From: Michael Mintz Date: Sun, 18 Sep 2022 19:31:34 -0400 Subject: [PATCH] Update the ReadMe --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4a1d5f7c..9f135cf7 100755 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@

SeleniumBase

-

Framework for modern web testing with Selenium, Python, and pytest.

+

A framework for modern web testing with Selenium, Python, and pytest.

PyPI version GitHub version SeleniumBase Docs SeleniumBase GitHub Actions SeleniumBase

@@ -50,11 +50,11 @@ -------- -

Run test_demo_site.py from examples/ with Chrome:

+

Run test_demo_site.py from examples/: (--chrome is the default browser)

```bash cd examples/ -pytest test_demo_site.py --chrome +pytest test_demo_site.py ```

SeleniumBase Example