Loading commands...
Create custom commands to encapsulate common test patterns and reduce duplication.
5 commands
Add commands in cypress/support/commands.ts
Use TypeScript for better command autocompletion
Create reusable command.
Call custom login command.
Extend existing command.
Create chainable command.
Add TypeScript definitions.