diff --git a/cli/types/cypress.d.ts b/cli/types/cypress.d.ts index 2eea42ce313f..f68f929b3bb6 100644 --- a/cli/types/cypress.d.ts +++ b/cli/types/cypress.d.ts @@ -3545,6 +3545,12 @@ declare namespace Cypress { action: 'select' | 'drag-drop' } + /** + * Options that control how the `cy.setCookie` command + * sets the cookie in the browser. + * + * @see https://on.cypress.io/setcookie#Arguments + */ interface SetCookieOptions extends Loggable, Timeoutable { path: string domain: string