QA Command Reference

A quick reference for common QA automation commands.

Cypress

CommandArea
cy.get()Selector
cy.click()Action
.should('be.visible')Assertion
cy.intercept()Network
cy.type()Action