codeception-mailcatcher-module
codeception-mailcatcher-module copied to clipboard
Test emails in your Codeception acceptance tests
These were the changes I had to do to make this work with codeception 5. I've ran the whole test suite in a project (private) and had no issues. -...
Updates the requirements on [codeception/module-asserts](https://github.com/Codeception/module-asserts) to permit the latest version. Release notes Sourced from codeception/module-asserts's releases. 2.0.1 What's Changed Removed the use statement to not make static analysis trip over...
We don't currently run tests for lowest dependencies. We should do this in order to make sure we don't break support for the oldest version of Codeception we support.
would be great to be able to find more than just the last email. I've got a process that sends two emails and I need to be able to check...
Follow up of https://github.com/captbaritone/codeception-mailcatcher-module/pull/80
Feature request Add a new method that allows the user to specify a link label, of which the method returns the URL that the label is linked to. e.g. if...
Add support for sender and recipient queries. Resolves: #12, #98