Skip to content

Commit 9ac0cce

Browse files
authored
Merge pull request #228 from ppodgorsek/issue-208
Issue #208 - Allow tests for emails
2 parents f47dc80 + beaa924 commit 9ac0cce

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,12 @@ RobotFramework supports many options such as `--exclude`, `--variable`, `--logle
7070
-e ROBOT_OPTIONS="--loglevel DEBUG" \
7171
ppodgorsek/robot-framework:latest
7272

73+
### Testing emails
74+
75+
This project includes the IMAP library which allows Robot Framework to connect to email servers.
76+
77+
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.
78+
7379
## Testing this project
7480

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

0 commit comments

Comments
 (0)