Skip to content

Commit

Permalink
feat: improve readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pushpak1300 committed Oct 22, 2024
1 parent f4b0a9d commit eaa3ed1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,12 @@ If no emails are found, the command will retry until the timeout is reached.
```JavaScript
cy.mailpitNotHasEmailsByTo('[email protected]');
```
## Default Values

In the `MailpitCommands` module, the following default values are used:

- **Timeout**: The default value for `timeout` is determined by the `Cypress.config("defaultCommandTimeout")`. If not specified in the options, it will fallback to this configuration.
- **Interval**: The default value for `interval` is set to `500` milliseconds if not provided in the options.

#### mailpitDeleteAllEmails()

Expand Down

0 comments on commit eaa3ed1

Please sign in to comment.