Skip to content

Inbox Mailgun Cog - v0.1.0

Compare
Choose a tag to compare
@iamEAP iamEAP released this 23 Sep 06:02
· 156 commits to master since this release

New Features

New step to check number of emails received [#2]

- step: Then there should be {{n}} emails in mailgun for {{emailAddress}}

New step to check subject/body/from line of emails received [#2]

- step: Then the {{field}} of the {{nth}} mailgun email for {{email}} {{operator}} {{expectedText}}

Where...

  • {{field} is one of: subject, body-html, body-plain, or from
  • {{operator}} is one of: should contain, should not contain, or should be

Installation

# Install this version
$ crank cog:install automatoninc/inbox-mailgun:0.1.0

# Install the latest version
$ crank cog:install automatoninc/inbox-mailgun

Thanks to Contributors