forked from cypress-io/cypress-documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
zh-cn.yml
224 lines (220 loc) · 5.24 KB
/
zh-cn.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
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
214
215
216
217
218
219
220
221
222
223
224
# Text labels for menu links
menu:
guides: 文档
api: API
plugins: 插件
faq: FAQ
examples: 示例
search: 搜索
index:
get-started: 开始使用
page:
contents: 目录
back-to-top: 回到顶部
improve: 改进这个文档
prev: 上一页
next: 下一页
last-updated: "上次更新:%s"
sidebar:
guides:
overview: 概述
why-cypress: 为什么选择Cypress?
getting-started: 开始使用
key-differences: 我们的优势
installing-cypress: 安装Cypress
writing-your-first-test: 编写第一个测试
testing-your-app: 测试你的应用程序
interacting-with-elements: 元素交互
core-concepts: 核心概念
introduction-to-cypress: Cypress简介
writing-and-organizing-tests: 编写和组织测试
conditional-testing: 条件测试
test-runner: 测试执行器
dashboard: Dashboard
dashboard-introduction: Introduction
projects: 项目
runs: 录制的运行
organizations: 组织
users: 成员
github-integration: GitHub Integration
analytics: 分析工具
debugging: 调试
variables-and-aliases: 变量和别名
stubs-spies-and-clocks: 桩, Spies和时钟
network-requests: 网络请求
screenshots-and-videos: 截图和视频
guides: 指南
command-line: 命令行
continuous-integration: 持续集成
parallelization: 并行化
environment-variables: 环境变量
launching-browsers: 启动浏览器
cross-browser-testing: 跨浏览器测试
custom-commands: 自定义命令
web-security: Web安全
references: 参考
configuration: 配置
proxy-configuration: 代理配置
error-messages: 错误消息
bundled-tools: 捆绑的工具
assertions: 断言
best-practices: 最佳实践
trade-offs: 取舍
troubleshooting: Troubleshooting
changelog: 更新日志
migration-guide: Migration Guide
roadmap: 路线图
tooling: 工具
IDE-integration: IDE Integration
plugins-guide: 插件
reporters: 报告生成器
typescript-support: TypeScript
module-api: API模块
retry-ability: 重试机制
visual-testing: Visual Testing
code-coverage: Code Coverage
api:
api: API
table-of-contents: Table of Contents
commands: Commands
and: and
as: as
blur: blur
check: check
children: children
clear: clear
clearcookie: clearCookie
clearcookies: clearCookies
clearlocalstorage: clearLocalStorage
click: click
clock: clock
closest: closest
contains: contains
dblclick: dblclick
debug: debug
document: document
each: each
end: end
eq: eq
exec: exec
filter: filter
find: find
first: first
fixture: fixture
focus: focus
focused: focused
get: get
getcookie: getCookie
getcookies: getCookies
go: go
hash: hash
hover: hover
invoke: invoke
its: its
last: last
location: location
log: log
next: next
nextall: nextAll
nextuntil: nextUntil
not: not
parent: parent
parents: parents
parentsuntil: parentsUntil
pause: pause
prev: prev
prevall: prevAll
prevuntil: prevUntil
readfile: readFile
reload: reload
request: request
rightclick: rightclick
root: root
route: route
screenshot: screenshot
scrollintoview: scrollIntoView
scrollto: scrollTo
select: select
server: server
setcookie: setCookie
should: should
siblings: siblings
spread: spread
spy: spy
stub: stub
submit: submit
task: task
then: then
tick: tick
title: title
trigger: trigger
type: type
uncheck: uncheck
url: url
viewport: viewport
visit: visit
wait: wait
window: window
within: within
wrap: wrap
writefile: writeFile
events: Events
catalog-of-events: Catalog of Events
assertions: Assertions
all-assertions: All Assertions
on: on
once: once
removelistener: removeListener
removealllisteners: removeAllListeners
utilities: Utilities
_: _
$: $
minimatch: minimatch
moment: moment
blob: Blob
promise: Promise
sinon: sinon
cypress-api: Cypress API
config: config
env: env
isbrowser: isBrowser
iscy: isCy
custom-commands: Commands
cookies: Cookies
dom: dom
cypress-log: log
cypress-server: Server
plugins: Plugins
writing-a-plugin: Writing a Plugin
preprocessors-api: Preprocessors
browser-launch-api: Browser Launching
configuration-api: Configuration
version: version
arch: arch
browser: browser
platform: platform
selector-playground-api: SelectorPlayground
screenshot-api: Screenshot
after-screenshot-api: After Screenshot
spec: spec
examples:
examples: Examples
recipes: Recipes
tutorials: Tutorial Videos
applications: Applications
docker: Docker
media: Media
courses-media: Courses
webinars-media: Webinars
blogs-media: Blogs
talks-media: Talks
podcasts-media: Podcasts
screencasts-media: Screencasts
workshop: Workshop
projects-media: Projects
faq:
questions: FAQ
general-questions-faq: General Questions
using-cypress-faq: Using Cypress
dashboard-faq: Dashboard
company-faq: Company