We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I would like to be able to test for the presence of an expected email attachment, in addition to correct to and subject fields. For example:
to
subject
... Then an email has been sent to "[email protected]" with the subject "Foo" and the attachment "bar.pdf" ...
Or, in the case of multiple attachments:
... Then an email has been sent to "[email protected]" with the subject "Foo" and the attachments "bar1.pdf,bar2.pdf" ...
I intend to follow this up with a pull request.
The text was updated successfully, but these errors were encountered:
Add ability to check for expected email attachments
bcfeb30
jhedstromgh-672
Successfully merging a pull request may close this issue.
I would like to be able to test for the presence of an expected email attachment, in addition to correct
to
andsubject
fields. For example:Or, in the case of multiple attachments:
I intend to follow this up with a pull request.
The text was updated successfully, but these errors were encountered: