Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Op

This example commands.ts shows you how to create various custom commands and overwrite existing commands.

For more comprehensive examples of custom commands, please read more here: https://on.cypress.io/custom-commands

Hierarchy

  • Op

Index

Properties

Optional headersString

headersString: undefined | string

query

query: string

Optional response

response: Record<string, any>

Optional variables

variables: Record<string, any>

Optional variablesString

variablesString: undefined | string

Generated using TypeDoc