|
1 | 1 | # Project information
|
2 |
| -site_name: SeleniumBase |
| 2 | +site_name: SeleniumBase | Docs |
3 | 3 | site_url: https://seleniumbase.io
|
4 | 4 | site_author: Michael Mintz
|
5 | 5 | site_description: Fast, reliable, end-to-end testing
|
@@ -54,41 +54,40 @@ plugins:
|
54 | 54 | # Page tree
|
55 | 55 | nav:
|
56 | 56 | - SeleniumBase | Docs: README.md
|
57 |
| - - Features: help_docs/features_list.md |
58 |
| - - Setup / Installation: |
| 57 | + - Features List: help_docs/features_list.md |
| 58 | + - Running Example Tests: examples/ReadMe.md |
| 59 | + - Command Line Options: help_docs/customizing_test_runs.md |
| 60 | + - Logging / Reports: examples/example_logs/ReadMe.md |
| 61 | + - Console Scripts: seleniumbase/console_scripts/ReadMe.md |
| 62 | + - API Reference: help_docs/method_summary.md |
| 63 | + - Setup / Install: |
59 | 64 | - Install Python, pip, git: help_docs/install_python_pip_git.md
|
60 | 65 | - Virtualenv Instructions: help_docs/virtualenv_instructions.md
|
61 | 66 | - Install SeleniumBase: help_docs/install.md
|
62 | 67 | - WebDriver Installation: help_docs/webdriver_installation.md
|
63 | 68 | - Verifying WebDriver: help_docs/verify_webdriver.md
|
64 | 69 | - How it Works: help_docs/how_it_works.md
|
65 |
| - - Options / API: |
66 |
| - - CMD Options: help_docs/customizing_test_runs.md |
67 |
| - - API Reference: help_docs/method_summary.md |
68 |
| - - Mobile Testing: help_docs/mobile_testing.md |
69 |
| - - Examples: examples/ReadMe.md |
70 |
| - - Logging & Reports: examples/example_logs/ReadMe.md |
71 |
| - - Console Scripts: seleniumbase/console_scripts/ReadMe.md |
72 |
| - - Languages / 语言: |
| 70 | + - Languages: |
73 | 71 | - Translations: help_docs/translations.md
|
74 | 72 | - Chinese / 中文文件: help_docs/chinese.md
|
75 | 73 | - Locale Codes: help_docs/locale_codes.md
|
76 |
| - - JavaScript Generators: |
| 74 | + - JS Generators: |
77 | 75 | - Tour Maker: examples/tour_examples/ReadMe.md
|
78 | 76 | - Presentation Maker: examples/presenter/ReadMe.md
|
79 | 77 | - Chart Maker: help_docs/chart_maker.md
|
80 | 78 | - Integrations:
|
| 79 | + - Mobile Testing: help_docs/mobile_testing.md |
81 | 80 | - GitHub CI: integrations/github/workflows/ReadMe.md
|
82 | 81 | - Selenium Grid: seleniumbase/utilities/selenium_grid/ReadMe.md
|
83 | 82 | - Katalon Recorder: integrations/katalon/ReadMe.md
|
84 | 83 | - MasterQA: examples/master_qa/ReadMe.md
|
85 | 84 | - Visual Testing: examples/visual_testing/ReadMe.md
|
86 | 85 | - Jenkins on Azure: integrations/azure/jenkins/ReadMe.md
|
87 | 86 | - Jenkins on Google Cloud: integrations/google_cloud/ReadMe.md
|
88 |
| - - Recorder and Exporting: seleniumbase/utilities/selenium_ide/ReadMe.md |
| 87 | + - Recorder Export/Convert: seleniumbase/utilities/selenium_ide/ReadMe.md |
89 | 88 | - NodeJS Test Runner: https://github.com/seleniumbase/SeleniumBase/tree/master/integrations/node_js
|
90 | 89 | - HighCharts: examples/chart_maker/ReadMe.md
|
91 |
| - - Help Docs ToC: |
| 90 | + - Help Docs: |
92 | 91 | - Table of Contents: help_docs/ReadMe.md
|
93 | 92 | - Master QA: seleniumbase/masterqa/ReadMe.md
|
94 | 93 | - JS Package Manager: help_docs/js_package_manager.md
|
|
100 | 99 | - MySQL Help: help_docs/mysql_installation.md
|
101 | 100 | - Case Studies: help_docs/happy_customers.md
|
102 | 101 | - Thank You: help_docs/thank_you.md
|
103 |
| - - Demo pages for tests: |
| 102 | + - Demo Pages: |
104 | 103 | - Demo Page / Demo Site: https://seleniumbase.io/demo_page
|
105 | 104 | - TinyMCE Demo Page: https://seleniumbase.io/other/tinymce
|
106 | 105 | - Error Demo Page: https://seleniumbase.io/error_page/
|
|
0 commit comments