Accruent / robotframework-smtplibrary

A SMTP testing library for Robot Framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Robotframework-smtplibrary

tests Coverage Status CodeFactor

This is a library for robotframework to send emails and test smtp protocol.

Installation

pip install git+https://github.com/accruent/robotframework-smtplibrary

Then in robotframework scenario import library "SmtpLibrary" with no parameters.

Roadmap

This library is still under development

  • test coverage
  • starttls keyword
  • implement low level command bindings to implement various smtp scenarios
  • python 3 compatibility

License

The robotframework-smtp library is licensed under the Apache 2.0 License

About

A SMTP testing library for Robot Framework


Languages

Language:Python 94.2%Language:Makefile 5.8%