Get one or more DOM elements by selector or alias in Cypress.| docs.cypress.io
Get answers to common questions about Cypress, including general questions, how-to questions, and more.| docs.cypress.io
Execute code in Node.js via the task plugin event in Cypress.| docs.cypress.io
Assign an alias for later use in Cypress. Reference the alias later within a `cy.get()` query or `cy.wait()` command with an `@` prefix.| docs.cypress.io
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
Visit a remote URL in Cypress| docs.cypress.io
Wait for a number of milliseconds or wait for an aliased resource to resolve before moving on to the next command in Cypress.| docs.cypress.io
Make an HTTP request in Cypress.| docs.cypress.io
Cache and restore cookies, localStorage, and sessionStorage in order to recreate a consistent browser context between tests in Cypress.| docs.cypress.io