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
Hello,
is there a way to set:
url: 'http://mailhog.dev'
from (for example) $MAILHOG variable ?
Thank you
The text was updated successfully, but these errors were encountered:
This sounds like a good suggestion! I'll try to do it in the short term
Sorry, something went wrong.
Codeception can read the environment variables. Put in codeception.yml:
codeception.yml
params: - env
And you can use it in tester yml:
- MailHog: url: '%MAILHOG_HOST%' port: '%MAILHOG_PORT%'
Merge pull request ericmartel#3 from oqq/master
6bbe2e4
Master
No branches or pull requests
Hello,
is there a way to set:
from (for example) $MAILHOG variable ?
Thank you
The text was updated successfully, but these errors were encountered: