forked from cypress-io/cypress-documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ja.yml
222 lines (219 loc) · 5.73 KB
/
ja.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
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-introduction: Introduction
projects: Projects
runs: Runs
organizations: Organizations
users: Users
github-integration: GitHub Integration
analytics: 分析
debugging: デバッグする
variables-and-aliases: 変数と別名
stubs-spies-and-clocks: スタブ、スパイ、そしてクロック
network-requests: ネットワークリクエスト
screenshots-and-videos: スクリーンショットとビデオ
guides: ガイド
command-line: コマンドライン
continuous-integration: 継続的インテグレーション
parallelization: Parallelization
environment-variables: 環境変数
launching-browsers: ブラウザーを起動する
cross-browser-testing: クロスブラウザテスト
custom-commands: カスタムコマンド
web-security: ウェブセキュリティー
references: 参考
configuration: 設定
proxy-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: Module API
retry-ability: Retry-ability
visual-testing: Visual Testing
code-coverage: Code Coverage
api:
api: API
table-of-contents: Table of Contents
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: イベント*
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: 例
recipes: レシピ
tutorials: チュートリアル
applications: アプリケーション
docker: Docker
media: 広報
courses-media: Courses
webinars-media: Webinars
blogs-media: ブログ
talks-media: 講演
podcasts-media: ポッドキャスト
screencasts-media: スクリーンキャスト
workshop: Workshop
projects-media: Projects
faq:
questions: FAQ
general-questions-faq: 一般的な質問
using-cypress-faq: Cypressについての質問
dashboard-faq: ダッシュボードについての質問
company-faq: 会社についての質問