From d9eec6f3582b881b0c35324b4a1b95d62f90d69a Mon Sep 17 00:00:00 2001 From: Michael Mintz Date: Wed, 13 Jul 2022 09:17:04 -0400 Subject: [PATCH] Update the documentation --- README.md | 23 ++++++++++++----------- help_docs/ReadMe.md | 15 ++++++++------- mkdocs_build/prepare.py | 2 +- 3 files changed, 21 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 03edc403..2d452e4e 100755 --- a/README.md +++ b/README.md @@ -5,21 +5,21 @@ -

SeleniumBase

-

Better web testing with Selenium, Python, and pytest.

+

SeleniumBase

+

Powerful end-to-end testing with Selenium, Python, and pytest.

PyPI version GitHub version SeleniumBase Docs SeleniumBase GitHub Actions SeleniumBase

-đŸŖ Start | -🏞ī¸ Features | -👨‍đŸĢ Examples | +🚁 Start | +🏰 Features | +✅ Examples | 🎛ī¸ Options | -🧙 Scripts | +🔮 Scripts | 📱 Mobile
-📔 API | -🔠 Syntaxes | +📙 APIs | +📝 Formats | đŸ”ĩ Dashboard | 🔴 Recorder | 🗾 Locales | @@ -37,14 +37,15 @@ 🔎 Inspector | 🕹ī¸ JSCode | 🛂 Dialogs | -🎭 Visual +đŸ–ŧī¸ Visual +

-------- -SeleniumBase +SeleniumBase -

✅ An example of running a test: test_demo_site.py

+

✅ An example of running a test with pytest: test_demo_site.py

```bash cd examples/ diff --git a/help_docs/ReadMe.md b/help_docs/ReadMe.md index 6bd65126..c84bddd3 100755 --- a/help_docs/ReadMe.md +++ b/help_docs/ReadMe.md @@ -1,20 +1,21 @@

Help Docs

-🚀 Start +🚁 Start | +đŸ”ĩ Dashboard
-đŸŽ¯ Features | +🏰 Features | 🎛ī¸ Options
-📝 Examples | +✅ Examples | 📱 Mobile
-🔠 Formats | +📝 Formats | 🤖 CI/CD
-📚 API | +📙 APIs | 📊 Reports | -đŸ—ēī¸ Tours +🚎 Tours
🔮 Console Scripts | 🌐 Grid @@ -25,7 +26,7 @@ 🕹ī¸ JSManager | đŸ–ŧī¸ VisualTest
-🌏 Translate | +đŸˆē Translate | 🛂 DialogBoxes
🔴 Recorder | diff --git a/mkdocs_build/prepare.py b/mkdocs_build/prepare.py index eb3f5e41..5653a946 100644 --- a/mkdocs_build/prepare.py +++ b/mkdocs_build/prepare.py @@ -140,7 +140,7 @@ def main(*args, **kwargs): back_to_gh = ( r'' r'SeleniumBase on GitHub' r"" )