forked from metersphere/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
213 lines (206 loc) · 9.66 KB
/
mkdocs.yml
File metadata and controls
213 lines (206 loc) · 9.66 KB
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
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
site_name: "MeterSphere 文档"
site_url: "https://metersphere.io"
site_description: "Document"
site_author: "MeterSphere 项目组"
google_analytics: ['UA-147297392-7', 'metersphere.io']
repo_name: "metersphere/metersphere"
repo_url: "https://github.com/metersphere/metersphere"
edit_uri: https://github.com/metersphere/docs/edit/master/docs/
theme:
name: "material"
logo: "img/logo-white.png"
favicon: "img/facio.ico"
language: "zh"
highlightjs: true
hljs_languages:
- yaml
- django
palette:
- scheme: default
accent: deep purple
toggle:
icon: material/weather-night
name: 切换为浅色模式
- scheme: slate
accent: deep purple
toggle:
icon: material/weather-sunny
name: 切换为深色模式
features:
- navigation.instant
- navigation.tracking
- navigation.indexes
- navigation.top
- search.suggest
- search.highlight
- search.share
- header.autohide
custom_dir: "theme"
nav:
- 项目介绍: index.md
- 快速开始:
- 一键部署: quick_start/quick_start.md
- 创建项目: quick_start/create_project.md
- 使用测试跟踪: quick_start/test_track.md
- 使用接口测试: quick_start/api_test.md
- 使用 UI 测试: quick_start/ui_test.md
- 使用性能测试: quick_start/load_test.md
- 系统架构: system_arch.md
- 安装部署:
- Linux 中部署:
- 在线安装: installation/online_installation.md
- 在线升级: installation/online_upgrade.md
- 离线安装: installation/offline_installation.md
- 离线升级: installation/offline_upgrade.md
- Kubernetes 中部署: installation/kubernetes_installation.md
- Windows 中部署: installation/offline_installation_windows.md
- MeterSphere 分布式部署:
- 整体部署规划: installation/pre_work.md
- 部署kafka集群: installation/build_kafka.md
- 部署data-streaming集群: installation/build_data_streaming.md
- 部署node-controller集群: installation/build_node_controller.md
- 压测工作: installation/pressure_work.md
- MeterSphere 数据备份: installation/backup_data.md
- 命令行工具: installation/cli.md
- 用户手册:
- 通用功能: user_manual/general.md
- 我的工作台:
- 我的仪表盘: user_manual/my_desk/dashboard.md
- 我的待办: user_manual/my_desk/todo.md
- 我的关注: user_manual/my_desk/attention.md
- 我创建的: user_manual/my_desk/created.md
- 测试跟踪:
- 模块说明: user_manual/test_track/intro.md
- 首页: user_manual/test_track/home.md
- 功能用例: user_manual/test_track/test_case.md
- 用例评审: user_manual/test_track/test_case_review.md
- 测试计划: user_manual/test_track/test_plan.md
- 缺陷管理: user_manual/test_track/test_defect.md
- 报告: user_manual/test_track/test_report.md
- 接口测试:
- 模块说明: user_manual/api_test/intro.md
- 首页: user_manual/api_test/home.md
- 接口定义: user_manual/api_test/api_definition.md
- 接口自动化: user_manual/api_test/api_automation.md
- 接口测试报告中心: user_manual/api_test/test_report.md
- 用例步骤说明: user_manual/api_test/api_step.md
- 内置函数: user_manual/api_test/functions.md
- UI 测试:
- 模块说明: user_manual/ui_test/intro.md
- 注意事项: user_manual/ui_test/info.md
- 元素库: user_manual/ui_test/ui_element_store.md
- UI 自动化: user_manual/ui_test/ui_automation.md
- 测试报告: user_manual/ui_test/ui_test_report.md
- 性能测试:
- 模块说明: user_manual/load_test/intro.md
- 首页: user_manual/load_test/home.md
- 性能测试: user_manual/load_test/load_test.md
- 性能测试报告: user_manual/load_test/test_report.md
- 报表统计:
- 项目报表: user_manual/report_statistics/project_statistics.md
- 项目报告: user_manual/report_statistics/report.md
- 项目设置:
- 项目信息: user_manual/project_management/project_info.md
- 项目成员: user_manual/project_management/project_user.md
- 用户组与权限: user_manual/project_management/usergroup_permission.md
- 项目环境: user_manual/project_management/project_environment.md
- 文件管理: user_manual/project_management/file_management.md
- 自定义代码片段: user_manual/project_management/customcode_snippets.md
- 误报库: user_manual/project_management/false_library.md
- 模版管理: user_manual/project_management/template_management.md
- 消息设置: user_manual/project_management/notice_management.md
- 操作日志: user_manual/project_management/operation_log.md
- 版本管理: user_manual/project_management/version management.md
- 应用管理: user_manual/project_management/application_management.md
- 系统设置:
- 模块说明: user_manual/system_management/intro.md
- 系统: user_manual/system_management/system.md
- 工作空间: user_manual/system_management/workspace.md
- 使用教程:
- UI 测试如何远程调用浏览器: tutorial/ui_testing.md
- 基于 Dubbo 协议做接口测试: tutorial/dubbo.md
- 如何做场景化的接口测试: tutorial/api_testing.md
- 使用前置脚本生成接口认证签名: tutorial/pre_processor.md
- 如何在接口测试中设置和使用变量: tutorial/use_variable.md
- 如何在接口测试中使用 JMeter/MockJS 函数: tutorial/use_function.md
- 前后置脚本引用 Python 第三方库: tutorial/use_python.md
- 前后置脚本使用 BeanShell 引用外部 Jar 包 : tutorial/use_jar.md
- 前后置脚本引用 JavaScript: tutorial/use_js.md
- 接口自动化完成 Jenkins 流水线集成: tutorial/use_jenkins.md
- 基于接口自动化做数据驱动测试: tutorial/use_ddt.md
- 服务集成之对接禅道: tutorial/use_zentao.md
- 服务集成之对接 Jira: tutorial/use_jira.md
- 服务集成之对接 TAPD: tutorial/use_tapd.md
- 消息通知之对接邮件、钉钉、企业微信、飞书: tutorial/use_message.md
- 教学视频: teach_video/video_index.md
- 常见问题:
- 安装部署相关: faq/installation.md
- 测试跟踪相关: faq/test_track.md
- 接口测试相关: faq/api_test.md
- 性能测试相关: faq/load_test.md
- 报表统计相关: faq/report_statistics.md
- 系统设置相关: faq/system_management.md
- 企业版相关: faq/enterprise.md
- 开发文档: dev_manual.md
- 用户案例:
- 中国移动上研院基于 MeterSphere 构建规范化测试体系: case_studies/china_mobile_research_institute_shanghai.md
- 88 完美邮箱全面提升产品质量的落地指南: case_studies/88com.md
- 蔚澜环保基于 MeterSphere 的自动化测试实践: case_studies/weilanep.md
- 易盛信息 MeterSphere 接口测试使用经验: case_studies/esunny.md
- 永福信息基于 MeterSphere 从项目维度持续推进测试任务: case_studies/yongfu.md
- 九里云基于 MeterSphere 落地一站式自动化测试平台: case_studies/jiuliyun.md
- 民生科技基于 MeterSphere 平台实现测试用例复用: case_studies/mskj.md
- 360借助 MeterSphere 提升自动化测试水平: case_studies/360b.md
- 更新日志: about/changelog.md
- 联系我们: about/contact.md
markdown_extensions:
- admonition
- codehilite:
guess_lang: True
linenums: False
- toc:
permalink: True
- footnotes
- attr_list
- def_list
- tables
- abbr
- md_in_html
- pymdownx.extra
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_png
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist
- pymdownx.tilde
- pymdownx.betterem
- pymdownx.superfences
- pymdownx.progressbar
- lightgallery
extra_css:
- css/extra.css
copyright: Copyright © 2014-2022 <a href="https://www.fit2cloud.com">杭州飞致云信息科技有限公司</a>, All Rights Reserved. <a href="http://www.beian.miit.gov.cn" target="_blank">京ICP备15023818号</a>
plugins:
- search
extra:
version:
method: mike
analytics:
provider: google
property: UA-147297392-7
social:
- icon: fontawesome/brands/github
link: https://github.com/metersphere
- icon: fontawesome/solid/envelope
link: mailto:support@fit2cloud.com
- icon: fontawesome/solid/phone
link: tel://400-052-0755