From 18036a211d6bbbb2383b56849ab91f3d51928399 Mon Sep 17 00:00:00 2001 From: Michael Mintz Date: Thu, 4 Apr 2024 20:17:53 -0400 Subject: [PATCH] Update the documentation --- README.md | 31 ++++++++++++++++--------------- mkdocs_build/requirements.txt | 2 +- 2 files changed, 17 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index be06db73..ae3ed78c 100755 --- a/README.md +++ b/README.md @@ -9,9 +9,11 @@

SeleniumBase

-

SeleniumBase

+

SeleniumBase

-

Web Automation and Testing with Python have evolved.

+

End-to-end testing for the next generation.

+ +

Overcome your greatest browser automation challenges.

PyPI version GitHub version SeleniumBase Docs SeleniumBase GitHub Actions Gitter chat

@@ -63,7 +65,7 @@ pytest my_first_test.py ``` -SeleniumBase Test +SeleniumBase Test > ``pytest`` uses ``--chrome`` by default unless set differently. @@ -75,7 +77,7 @@ pytest my_first_test.py pytest test_coffee_cart.py --demo ``` -

SeleniumBase Coffee Cart Test

+

SeleniumBase Coffee Cart Test

>

(--demo mode slows down tests and highlights actions)

@@ -89,7 +91,7 @@ pytest test_coffee_cart.py --demo pytest test_demo_site.py ``` -

SeleniumBase Example

+

SeleniumBase Example

> Easy to type, click, select, toggle, drag & drop, and more. @@ -392,7 +394,7 @@ cd examples/ pytest my_first_test.py ``` -SeleniumBase Test +SeleniumBase Test

Here's the code for my_first_test.py:

@@ -833,7 +835,7 @@ python -m http.server 1948 pytest test_suite.py test_image_saving.py --dashboard --rs --headless ``` -The SeleniumBase Dashboard +The SeleniumBase Dashboard -------- @@ -888,7 +890,7 @@ pynose test_suite.py --report behave behave_bdd/features/ -D dashboard -D headless ``` - + You can also use ``--junit`` to get ``.xml`` reports for each behave feature. Jenkins can use these files to display better reporting for your tests. @@ -1350,11 +1352,13 @@ pytest --reruns=1 --reruns-delay=1

If you see something, say something!
-
+

SeleniumBase

+ +

SeleniumBase Playlist on YouTube SeleniumBase on GitHub @@ -1364,11 +1368,8 @@ pytest --reruns=1 --reruns-delay=1

https://github.com/mdmintz

-
SeleniumBase Docs
Tested with SeleniumBase
Gitter chat
+
+
SeleniumBase Docs
Tested with SeleniumBase
Gitter chat
SeleniumBase PyPI downloads
- --------- - -

SeleniumBase

-

+
Views
diff --git a/mkdocs_build/requirements.txt b/mkdocs_build/requirements.txt index 87528f98..58890a07 100644 --- a/mkdocs_build/requirements.txt +++ b/mkdocs_build/requirements.txt @@ -3,7 +3,7 @@ regex>=2023.12.25 pymdown-extensions>=10.7.1 -pipdeptree>=2.16.2 +pipdeptree>=2.17.0 python-dateutil>=2.8.2 Markdown==3.6 markdown2==2.4.13