Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 434 Bytes

readme.md

File metadata and controls

18 lines (14 loc) · 434 Bytes

Codeception Mailcatcher Module

Configuration

To use the Mailcatcher module, it must be enabled and the following configurations adjusted.

To enable the module for acceptance test, the file acceptance.suite.yml must be modified.

    enabled:
        - ...
        - MailCatcher
    config:
        MailCatcher:
            url: 'https://mailcatcher.example.dev'
            port: '443'