Change the default behavior of Cypress by configuring options in the Cypress configuration file.| docs.cypress.io
Enables you to work with the subject yielded from the previous command in Cypress.| docs.cypress.io
Read a file and yield its contents in Cypress.| docs.cypress.io
Learn the basics of Cypress, including querying elements, chaining commands, and interacting with elements.| docs.cypress.io
Learn how to handle asynchronous code in Cypress, when to assign variables, how to use aliases to share objects between hooks and tests, and how to alias DOM elements, intercepts, and requests.| docs.cypress.io
Cypress Recipes show you how to test common scenarios in Cypress. Learn how to test the DOM, log in, use preprocessors, and more.| docs.cypress.io
Understand how Cypress retries commands, queries, and assertions to help you write faster tests with fewer run-time surprises.| docs.cypress.io
Spy and stub network requests and responses.| docs.cypress.io