1.0.2 • Published 3 years ago

codeceptjs-mailosaur v1.0.2

Weekly downloads
-
License
AGPL-3.0
Repository
-
Last release
3 years ago

Mailosaur Helper for CodeceptJS

Installation

npm i codeceptjs-mailosaur --save

Configuration

This plugin should be added in codecept.conf.js

Example:

{
  //...
   plugins: {
    Mailosaur: {
          require: 'codeceptjs-mailosaur',
          apiKey: MAILOSAUR_API_KEY,
          serverId: MAILOSAUR_SERVER_ID,
          timeout: 15000,
        },
  //...
}

To use this plugin you need to provide the following info:

  • apiKey: which can be found in API tab on a server page in Mailosaur UI.
  • serverId: Mailosaur Server ID to use for tests
  • timeout(optional): timeout in milliseconds to wait for emails. Default value is 10000ms
1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago