forked from cypress-io/cypress-documentation
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsidebar.yml
211 lines (207 loc) · 5.97 KB
/
sidebar.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
guides:
overview:
why-cypress: why-cypress.html
key-differences: key-differences.html
getting-started:
installing-cypress: installing-cypress.html
writing-your-first-test: writing-your-first-test.html
testing-your-app: testing-your-app.html
core-concepts:
introduction-to-cypress: introduction-to-cypress.html
writing-and-organizing-tests: writing-and-organizing-tests.html
retry-ability: retry-ability.html
interacting-with-elements: interacting-with-elements.html
variables-and-aliases: variables-and-aliases.html
conditional-testing: conditional-testing.html
test-runner: test-runner.html
dashboard:
dashboard-introduction: introduction.html
projects: projects.html
runs: runs.html
organizations: organizations.html
users: users.html
github-integration: github-integration.html
slack-integration: slack-integration.html
analytics: analytics.html
flaky-test-management: flaky-test-management.html
guides:
command-line: command-line.html
module-api: module-api.html
debugging: debugging.html
network-requests: network-requests.html
test-retries: test-retries.html
continuous-integration: continuous-integration.html
parallelization: parallelization.html
environment-variables: environment-variables.html
stubs-spies-and-clocks: stubs-spies-and-clocks.html
screenshots-and-videos: screenshots-and-videos.html
launching-browsers: launching-browsers.html
cross-browser-testing: cross-browser-testing.html
web-security: web-security.html
component-testing:
component-testing-introduction: introduction.html
tooling:
IDE-integration: IDE-integration.html
plugins-guide: plugins-guide.html
reporters: reporters.html
typescript-support: typescript-support.html
visual-testing: visual-testing.html
code-coverage: code-coverage.html
references:
assertions: assertions.html
configuration: configuration.html
proxy-configuration: proxy-configuration.html
best-practices: best-practices.html
error-messages: error-messages.html
bundled-tools: bundled-tools.html
trade-offs: trade-offs.html
troubleshooting: troubleshooting.html
changelog: changelog.html
migration-guide: migration-guide.html
roadmap: roadmap.html
experiments: experiments.html
api:
api:
table-of-contents: table-of-contents.html
events:
catalog-of-events: catalog-of-events.html
assertions:
all-assertions: assertions.html
commands:
and: and.html
as: as.html
blur: blur.html
check: check.html
children: children.html
clear: clear.html
clearcookie: clearcookie.html
clearcookies: clearcookies.html
clearlocalstorage: clearlocalstorage.html
click: click.html
clock: clock.html
closest: closest.html
contains: contains.html
dblclick: dblclick.html
debug: debug.html
document: document.html
each: each.html
end: end.html
eq: eq.html
exec: exec.html
filter: filter.html
find: find.html
first: first.html
fixture: fixture.html
focus: focus.html
focused: focused.html
get: get.html
getcookie: getcookie.html
getcookies: getcookies.html
go: go.html
hash: hash.html
hover: hover.html
invoke: invoke.html
its: its.html
last: last.html
location: location.html
log: log.html
next: next.html
nextall: nextall.html
nextuntil: nextuntil.html
not: not.html
parent: parent.html
parents: parents.html
parentsuntil: parentsuntil.html
pause: pause.html
prev: prev.html
prevall: prevall.html
prevuntil: prevuntil.html
readfile: readfile.html
reload: reload.html
request: request.html
rightclick: rightclick.html
root: root.html
route: route.html
route2: route2.html
screenshot: screenshot.html
scrollintoview: scrollintoview.html
scrollto: scrollto.html
select: select.html
server: server.html
setcookie: setcookie.html
shadow: shadow.html
should: should.html
siblings: siblings.html
spread: spread.html
spy: spy.html
stub: stub.html
submit: submit.html
task: task.html
then: then.html
tick: tick.html
title: title.html
trigger: trigger.html
type: type.html
uncheck: uncheck.html
url: url.html
viewport: viewport.html
visit: visit.html
wait: wait.html
window: window.html
within: within.html
wrap: wrap.html
writefile: writefile.html
utilities:
_: _.html
$: $.html
blob: blob.html
minimatch: minimatch.html
moment: moment.html
promise: promise.html
sinon: sinon.html
cypress-api:
custom-commands: custom-commands.html
cookies: cookies.html
screenshot-api: screenshot-api.html
selector-playground-api: selector-playground-api.html
cypress-server: cypress-server.html
arch: arch.html
browser: browser.html
config: config.html
dom: dom.html
env: env.html
isbrowser: isbrowser.html
iscy: iscy.html
cypress-log: cypress-log.html
platform: platform.html
spec: spec.html
version: version.html
plugins:
writing-a-plugin: writing-a-plugin.html
configuration-api: configuration-api.html
preprocessors-api: preprocessors-api.html
browser-launch-api: browser-launch-api.html
after-screenshot-api: after-screenshot-api.html
plugins:
plugins: index.html
examples:
examples:
recipes: recipes.html
tutorials: tutorials.html
applications: applications.html
docker: docker.html
workshop: workshop.html
projects-media: projects-media.html
media:
courses-media: courses-media.html
webinars-media: webinars-media.html
blogs-media: blogs-media.html
talks-media: talks-media.html
podcasts-media: podcasts-media.html
screencasts-media: screencasts-media.html
faq:
questions:
using-cypress-faq: using-cypress-faq.html
general-questions-faq: general-questions-faq.html
dashboard-faq: dashboard-faq.html
company-faq: company-faq.html