Skip to content

Commit

Permalink
Merge pull request #228 from ppodgorsek/issue-208
Browse files Browse the repository at this point in the history
Issue #208 - Allow tests for emails
  • Loading branch information
ppodgorsek authored Jan 1, 2020
2 parents f47dc80 + beaa924 commit 9ac0cce
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,12 @@ RobotFramework supports many options such as `--exclude`, `--variable`, `--logle
-e ROBOT_OPTIONS="--loglevel DEBUG" \
ppodgorsek/robot-framework:latest

### Testing emails

This project includes the IMAP library which allows Robot Framework to connect to email servers.

A suggestion to automate email testing is to run a [Mailcatcher instance in Docker which allows IMAP connections](https://github.com/estelora/docker-mailcatcher-imap). This will ensure emails are discarded once the tests have been run.

## Testing this project

Not convinced yet? Simple tests have been prepared in the `test/` folder, you can run them using the following commands:
Expand Down

0 comments on commit 9ac0cce

Please sign in to comment.