Update the docs

This commit is contained in:
Michael Mintz 2021-08-24 00:21:20 -04:00
parent 36fad84479
commit f55bad8b5f
2 changed files with 3 additions and 2 deletions

View File

@ -268,7 +268,7 @@ nosetests [FILE_NAME.py]:[CLASS_NAME].[METHOD_NAME]
<img src="https://img.shields.io/badge/Flaky Tests%3F-%20NO%21-11BBDD.svg" alt="NO MORE FLAKY TESTS!" />
✅ Automated/Manual Hybrid Mode:
<p>SeleniumBase includes a solution called <b><a href="https://github.com/seleniumbase/SeleniumBase/blob/master/seleniumbase/masterqa/ReadMe.md">MasterQA</a></b>, which speeds up manual testing by having automation perform all the browser actions while the manual tester handles validation.</p>
<p>SeleniumBase includes a solution called <b><a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/master_qa/ReadMe.md">MasterQA</a></b>, which speeds up manual testing by having automation perform all the browser actions while the manual tester handles validation.</p>
✅ Feature-Rich:
<p>For a full list of SeleniumBase features, <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/features_list.md">Click Here</a>.</p>

View File

@ -92,8 +92,9 @@ nav:
- Locale Codes: help_docs/locale_codes.md
- JS Generators:
- Tour Maker: examples/tour_examples/ReadMe.md
- Presentation Maker: examples/presenter/ReadMe.md
- Dialog Boxes: examples/dialog_boxes/ReadMe.md
- Chart Maker: help_docs/chart_maker.md
- Presentation Maker: examples/presenter/ReadMe.md
- Integrations:
- Mobile Testing: help_docs/mobile_testing.md
- GitHub CI: integrations/github/workflows/ReadMe.md