Optional
options: DataTableWhen I clear all cookies
With options:
When I clear all cookies
| log | true |
| timeout | 3000 |
Cypress automatically clears all cookies before each test to prevent state from being shared across tests when test isolation is enabled. You shouldn't need to use this command unless you're using it to clear a specific cookie inside a single test or test isolation is disabled.
When I clear all cookies:
Clear all browser cookies.