1
1
# Project information
2
- site_name : SeleniumBase | Docs
2
+ site_name : SeleniumBase
3
3
site_url : https://seleniumbase.io
4
4
site_author : Michael Mintz
5
- site_description : Web Automation / E2E Test Framework
5
+ site_description : Fast, reliable, end-to-end testing
6
6
# Repository information
7
7
repo_name : seleniumbase/SeleniumBase
8
8
repo_url : https://github.com/seleniumbase/SeleniumBase
9
9
edit_uri : " "
10
10
site_dir : " site"
11
11
docs_dir : " docs"
12
12
# Copyright
13
- copyright : Copyright © 2015 - 2020 Michael Mintz / SeleniumBase
13
+ copyright : Copyright © 2014 - 2020 Michael Mintz / SeleniumBase
14
14
# Extensions
15
15
markdown_extensions :
16
16
- markdown.extensions.admonition
@@ -53,52 +53,59 @@ plugins:
53
53
on_pre_build : docs.prepare:main
54
54
# Page tree
55
55
nav :
56
- - SeleniumBase README : README.md
56
+ - SeleniumBase | Docs : README.md
57
57
- Features : help_docs/features_list.md
58
- - CMD Options : help_docs/customizing_test_runs.md
59
- - Python Setup :
58
+ - Setup / Installation :
60
59
- Install Python, pip, git : help_docs/install_python_pip_git.md
61
60
- Virtualenv Instructions : help_docs/virtualenv_instructions.md
62
- - Installation :
63
61
- Install SeleniumBase : help_docs/install.md
64
62
- WebDriver Installation : help_docs/webdriver_installation.md
65
63
- Verifying WebDriver : help_docs/verify_webdriver.md
66
64
- 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
67
69
- Examples : examples/ReadMe.md
68
- - API Reference : help_docs/method_summary.md
70
+ - Logging & Reports : examples/example_logs/ReadMe.md
71
+ - Console Scripts : seleniumbase/console_scripts/ReadMe.md
69
72
- Languages / 语言 :
70
73
- Translations : help_docs/translations.md
71
74
- Chinese / 中文文件 : help_docs/chinese.md
72
75
- Locale Codes : help_docs/locale_codes.md
73
- - Mobile Testing : help_docs/mobile_testing.md
74
- - Console Scripts : seleniumbase/console_scripts/ReadMe.md
75
- - JS Package Manager : help_docs/js_package_manager.md
76
- - Site Tours : examples/tour_examples/ReadMe.md
77
- - Presentation Maker : examples/presenter/ReadMe.md
78
- - Chart Maker : help_docs/chart_maker.md
79
- - Visual Testing : examples/visual_testing/ReadMe.md
76
+ - JavaScript Generators :
77
+ - Tour Maker : examples/tour_examples/ReadMe.md
78
+ - Presentation Maker : examples/presenter/ReadMe.md
79
+ - Chart Maker : help_docs/chart_maker.md
80
80
- Integrations :
81
- - Logging and Reports : examples/example_logs/ReadMe.md
82
81
- GitHub CI : integrations/github/workflows/ReadMe.md
83
82
- Selenium Grid : seleniumbase/utilities/selenium_grid/ReadMe.md
84
83
- Katalon Recorder : integrations/katalon/ReadMe.md
85
84
- MasterQA : examples/master_qa/ReadMe.md
86
- - MySQL Help : help_docs/mysql_installation .md
85
+ - Visual Testing : examples/visual_testing/ReadMe .md
87
86
- Jenkins on Azure : integrations/azure/jenkins/ReadMe.md
88
87
- Jenkins on Google Cloud : integrations/google_cloud/ReadMe.md
89
88
- Recorder and Exporting : seleniumbase/utilities/selenium_ide/ReadMe.md
90
89
- NodeJS Test Runner : https://github.com/seleniumbase/SeleniumBase/tree/master/integrations/node_js
91
90
- HighCharts : examples/chart_maker/ReadMe.md
92
- - Docker Help : integrations/docker/ReadMe.md
93
91
- Help Docs ToC :
94
92
- Table of Contents : help_docs/ReadMe.md
95
93
- Master QA : seleniumbase/masterqa/ReadMe.md
94
+ - JS Package Manager : help_docs/js_package_manager.md
96
95
- Decorators & Security : seleniumbase/common/ReadMe.md
97
96
- Desired Capabilities : help_docs/desired_capabilities.md
98
97
- Using Safari Driver : help_docs/using_safari_driver.md
99
98
- macOS Hidden Files : help_docs/hidden_files_info.md
99
+ - Docker Help : integrations/docker/ReadMe.md
100
+ - MySQL Help : help_docs/mysql_installation.md
100
101
- Case Studies : help_docs/happy_customers.md
101
- - Demo Page for Tests : https://seleniumbase.io/demo_page
102
- - Thank You : help_docs/thank_you.md
102
+ - Thank You : help_docs/thank_you.md
103
+ - Demo pages for tests :
104
+ - Demo Page / Demo Site : https://seleniumbase.io/demo_page
105
+ - TinyMCE Demo Page : https://seleniumbase.io/other/tinymce
106
+ - Error Demo Page : https://seleniumbase.io/error_page/
107
+ - Presenter Demo : https://seleniumbase.io/other/presenter.html
108
+ - Core Presentation : https://seleniumbase.io/other/core_presentation.html
109
+ - Chart Maker Demo : https://seleniumbase.io/other/chart_presentation.html
103
110
# Google Analytics
104
111
google_analytics : ['UA-167313767-1', 'seleniumbase.io']
0 commit comments