mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-26 17:09:11 -06:00
172 lines
4.8 KiB
YAML
172 lines
4.8 KiB
YAML
guides:
|
|
getting-started:
|
|
why-cypress: why-cypress.html
|
|
installing-cypress: installing-cypress.html
|
|
writing-your-first-test: writing-your-first-test.html
|
|
testing-your-app: testing-your-app.html
|
|
# next-steps: next-steps.html
|
|
core-concepts:
|
|
introduction-to-cypress: introduction-to-cypress.html
|
|
writing-and-organizing-tests: writing-and-organizing-tests.html
|
|
overview-of-the-gui: overview-of-the-gui.html
|
|
aliases-and-references: aliases-and-references.html
|
|
screenshots-and-videos: screenshots-and-videos.html
|
|
launching-browsers: launching-browsers.html
|
|
guides:
|
|
command-line: command-line.html
|
|
debugging: debugging.html
|
|
network-requests: network-requests.html
|
|
continuous-integration: continuous-integration.html
|
|
environment-variables: environment-variables.html
|
|
stubs-spies-and-clocks: stubs-spies-and-clocks.html
|
|
web-security: web-security.html
|
|
reporters: reporters.html
|
|
# advanced-cypress:
|
|
# the-cypress-workflow: the-cypress-workflow.html
|
|
# coming-from-selenium: coming-from-selenium.html
|
|
# custom-commands: custom-commands.html
|
|
# how-cypress-really-works: how-cypress-really-works.html
|
|
# talking-to-your-backend: talking-to-your-backend.html
|
|
# spawning-processes: spawning-processes.html
|
|
references:
|
|
assertions: assertions.html
|
|
configuration: configuration.html
|
|
error-messages: error-messages.html
|
|
bundled-tools: bundled-tools.html
|
|
# creating-fixtures: creating-fixtures.html
|
|
# best-practices: best-practices.html
|
|
# anti-patterns: anti-patterns.html
|
|
# cypress-api-design: cypress-api-design.html
|
|
userland-extensions: userland-extensions.html
|
|
known-issues: known-issues.html
|
|
# contributing: contributing.html
|
|
changelog: changelog.html
|
|
# roadmap: roadmap.html
|
|
# all-videos: all-videos.html
|
|
|
|
api:
|
|
introduction:
|
|
api: api.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
|
|
root: root.html
|
|
route: route.html
|
|
screenshot: screenshot.html
|
|
# scrollintoview: scrollintoview.html
|
|
# scrollto: scrollto.html
|
|
select: select.html
|
|
server: server.html
|
|
setcookie: setcookie.html
|
|
should: should.html
|
|
siblings: siblings.html
|
|
spread: spread.html
|
|
spy: spy.html
|
|
stub: stub.html
|
|
submit: submit.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
|
|
cypress-api:
|
|
cypress-commands: commands.html
|
|
config: config.html
|
|
cookies: cookies.html
|
|
dom: dom.html
|
|
env: env.html
|
|
cypress-server: server.html
|
|
|
|
examples:
|
|
recipes:
|
|
unit-testing: unit-testing.html
|
|
logging-in: logging-in.html
|
|
testing-the-dom: testing-the-dom.html
|
|
working-with-the-backend: working-with-the-backend.html
|
|
stubs-spies-and-clocks-recipe: stubs-spies-and-clocks.html
|
|
extending-cypress: extending-cypress.html
|
|
applications:
|
|
kitchen-sink: kitchen-sink.html
|
|
todo-mvc: todo-mvc.html
|
|
pie-chopper: pie-chopper.html
|
|
phonecat: phonecat.html
|
|
|
|
dashboard:
|
|
overview:
|
|
features: features.html
|
|
projects: projects.html
|
|
runs: runs.html
|
|
organizations: organizations.html
|
|
|
|
faq:
|
|
questions:
|
|
general-questions: general-questions.html
|
|
using-cypress: using-cypress.html
|
|
dashboard: dashboard.html
|
|
company: company.html
|