forked from seleniumbase/SeleniumBase
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
181 lines (181 loc) Β· 7.33 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
# Project information
site_name: SeleniumBase Docs
site_url: https://seleniumbase.io
site_author: Michael Mintz
site_description: A complete framework for end-to-end testing with Python, pytest, behave-BDD, and WebDriver.
# Repository information
repo_name: seleniumbase/SeleniumBase
repo_url: https://github.com/seleniumbase/SeleniumBase
edit_uri: ""
site_dir: "site"
docs_dir: "mkdocs_build"
# Copyright
copyright: Copyright © 2014 - 2022 Michael Mintz
# Extensions
markdown_extensions:
- admonition
- md_in_html
- tables
- toc:
permalink: true
- pymdownx.highlight:
linenums: false
- pymdownx.tabbed:
alternate_style: true
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.inlinehilite
# - pymdownx.details
# - pymdownx.snippets
# Configuration
theme:
name: material
logo: img/logo3c.png
favicon: img/green_logo3.png
language: en
include_homepage_in_sidebar: true
sticky_navigation: true
collapse_navigation: true
# titles_only: false
include_search_page: false
search_index_only: true
static_templates:
- 404.html
features:
# - search.highlight
# - toc.integrate
- toc.hide
# - navigation.indexes
- toc.follow
- navigation.sections
# - navigation.expand
# - navigation.tabs
- navigation.top
- navigation.tracking
- navigation.instant
palette:
scheme: default
primary: blue
accent: green
font:
text: Roboto
code: Roboto Mono
icon:
logo: img/sb_logo_10.png
# Plugins
plugins:
- search:
separator: '[\s]+'
lang: en
- exclude-search:
exclude:
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- SECURITY.md
- examples/case_summary.md
- help_docs/chinese.md
- help_docs/mysql_installation.md
- integrations/katalon/ReadMe.md
- help_docs/verify_webdriver.md
- help_docs/webdriver_installation.md
- seleniumbase/utilities/selenium_ide/ReadMe.md
- seleniumbase/examples/chart_maker/ReadMe.md
- minify:
minify_html: true
- mkdocs-simple-hooks:
hooks:
on_pre_build: mkdocs_build.prepare:main
# Page tree
nav:
- β
SeleniumBase README: README.md
- π° List of Features: help_docs/features_list.md
- π Running Example Tests: examples/ReadMe.md
- ποΈ Command Line Options: help_docs/customizing_test_runs.md
- π Console Scripts: seleniumbase/console_scripts/ReadMe.md
- π Dashboard / Reports: examples/example_logs/ReadMe.md
- π‘ Syntax Formats: help_docs/syntax_formats.md
- ποΈ GUI / Commander: help_docs/commander.md
- βΊοΈ Recorder Mode: help_docs/recorder_mode.md
- π API Reference: help_docs/method_summary.md
- Python Setup / Install:
- π Get Python, pip, & git: help_docs/install_python_pip_git.md
- βοΈ Virtualenv Instructions: help_docs/virtualenv_instructions.md
- π Install SeleniumBase: help_docs/install.md
- ποΈ How it Works: help_docs/how_it_works.md
- JS Manager / JS Tools:
- πΉοΈ Package Manager: help_docs/js_package_manager.md
- π¦ Demo Mode: help_docs/demo_mode.md
- π Tour Maker: examples/tour_examples/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
- ποΈ Case Plans: help_docs/case_plans.md
- πΌοΈ Visual Testing: examples/visual_testing/ReadMe.md
- π΅οΈ The HTML Inspector: help_docs/html_inspector.md
- π Selenium Grid: seleniumbase/utilities/selenium_grid/ReadMe.md
- πΆ HighCharts: examples/chart_maker/ReadMe.md
- π MasterQA: examples/master_qa/ReadMe.md
- π€ Azure Pipelines: integrations/azure/azure_pipelines/ReadMe.md
- π€ Jenkins on Azure: integrations/azure/jenkins/ReadMe.md
- π€ Jenkins on Google Cloud: integrations/google_cloud/ReadMe.md
- π€ NodeJS Test Runner: https://github.com/seleniumbase/SeleniumBase/tree/master/integrations/node_js
- Presentations:
- β
Core Presentation: https://seleniumbase.io/other/core_presentation.html
- ποΈ Presenter Demo: https://seleniumbase.io/other/presenter.html
- π Chart Maker Demo: https://seleniumbase.io/other/chart_presentation.html
- βοΈ Python Virtual Envs: https://seleniumbase.io/other/py_virtual_envs.html
- Demo Pages:
- π Demo Page (Test Page): https://seleniumbase.io/demo_page
- π MFA Login (Test App): https://seleniumbase.io/realworld/login
- π TinyMCE (Test Page): https://seleniumbase.io/tinymce/
- π’ Calculator (Test App): https://seleniumbase.io/apps/calculator
- π± Device Farm (Virtual): https://seleniumbase.io/devices/
- β οΈ Error Page (Test Page): https://seleniumbase.io/error_page/
- β οΈ Page with broken links: https://seleniumbase.io/other/broken_page
- βοΈ Drag & Drop (Test Page): https://seleniumbase.io/other/drag_and_drop
- πΌοΈ Canvas Test Page One: https://seleniumbase.io/canvas/
- πΌοΈ Canvas Test Page Two: https://seleniumbase.io/other/canvas
- π€ Shadow DOM/Root Page: https://seleniumbase.io/other/shadow_dom
- π₯οΈ SeleniumBase in iframe: https://seleniumbase.io/w3schools/sbase
- π₯οΈ W3Schools Playground: https://seleniumbase.io/w3schools/
- π₯οΈ W3Schools iframes: https://seleniumbase.io/w3schools/iframes
- ποΈ W3Schools file upload: https://seleniumbase.io/w3schools/file_upload
- π²οΈ W3Schools doubleclick: https://seleniumbase.io/w3schools/double_click
- βοΈ W3Schools drag & drop: https://seleniumbase.io/w3schools/drag_drop
- βοΈ W3Schools checkboxes: https://seleniumbase.io/w3schools/checkboxes
- π W3Schools radio buttons: https://seleniumbase.io/w3schools/radio_buttons
- Additional Help Docs:
- π Table of Contents: help_docs/ReadMe.md
- π Decorators / Security: seleniumbase/common/ReadMe.md
- π³ Docker Start Guide: integrations/docker/ReadMe.md
- ποΈ Case Plans (examples): examples/case_summary.md
- π§ Using Safari Driver: help_docs/using_safari_driver.md
- π€ Shadow DOM Support: help_docs/shadow_dom.md
- π₯ macOS Hidden Files: help_docs/hidden_files_info.md
- ποΈ MySQL Instructions: help_docs/mysql_installation.md
- π Master QA Hybrid Mode: seleniumbase/masterqa/ReadMe.md
- π Desired Capabilities: help_docs/desired_capabilities.md
- π Useful grep commands: help_docs/useful_grep_commands.md
- βοΈ WebDriver Installation: help_docs/webdriver_installation.md
- βοΈ Verifying WebDriver: help_docs/verify_webdriver.md
- Behave-BDD Integration:
- π Behave-BDD ReadMe: examples/behave_bdd/ReadMe.md
- π Behave-BDD GUI App: help_docs/behave_gui.md
- Languages:
- π Translations: help_docs/translations.md
- π² Chinese Docs: help_docs/chinese.md
- πΎ Locale Codes: help_docs/locale_codes.md
- Other:
- πΊ YouTube Link: https://www.youtube.com/playlist?list=PLp9uKicxkBc5UIlGi2BuE3aWC7JyXpD3m
- π Case Studies: help_docs/happy_customers.md
- π Thank You: help_docs/thank_you.md
# Google Analytics
extra:
analytics:
provider: google
# property: G-P5KFWRNLRN
property: UA-167313767-1
# google_analytics: ['UA-167313767-1', 'seleniumbase.io']