Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface WaitOptions

Hierarchy

  • WaitOptions

Index

Properties

log

log: boolean

Displays the command in the Command Log

default

true

requestTimeout

requestTimeout: number

Time to wait for the request (ms)

default

{@link Timeoutable#timeout}

see

https://on.cypress.io/configuration#Timeouts

responseTimeout

responseTimeout: number

Time to wait for the response (ms)

default

{@link Timeoutable#timeout}

see

https://on.cypress.io/configuration#Timeouts

timeout

timeout: number

Time to wait (ms)

default

defaultCommandTimeout

see

https://on.cypress.io/configuration#Timeouts

Generated using TypeDoc