Files
cypress/docs/source/api/welcome/api.md
T
2017-06-06 16:02:50 -04:00

691 B

title, comments, description
title comments description
API true

{% note info New to Cypress? %} Read through our Guides first. {% endnote %}

Commands

Other Things

Commands drive your tests in the browser like a real user would. They let you perform actions like typing, clicking, xhr requests, and can also assert things like "my button should be disabled".

Utilities

Utilities give you access to methods from other commonly used libraries.

Cypress API

The Cypress API enables you to configure the behavior of how Cypress works internally. You can do things like access Environment Variables, change configuration, create custom commands, and more.