mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-19 06:38:45 -05:00
691 B
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.