Inbox Mailgun Cog - v0.1.0
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
, orfrom
- {{operator}} is one of:
should contain
,should not contain
, orshould 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
- @amcpanaligan 💻
- @roanlibelo
⚠️