This is an example app used to showcase Cypress.io End-to-End (E2E) testing. For a full reference of our documentation, go to docs.cypress.io
Commands
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".
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.