0.1.1 • Published 9 years ago

testx-pop3-keywords v0.1.1

Weekly downloads
2
License
ISC
Repository
-
Last release
9 years ago

testx-pop3-keywords

A library that extends testx with keywords for testing pop3 mail servers. This library is packaged as a npm package

How does it work

From the directory of the art code install the package as follows:

npm install testx-pop3-keywords --save

After installing the package add the keywords to your protractor config file as follows:

testx.addKeywords(require 'pop3-keywords')

Keywords

KeywordArgument nameArgument valueDescriptionSupports repeating arguments
check mailretrieve all mails and regex check in the data
hostnamehostname of the pop3 serverNo
portpop3 portNo
usernameusername of the mail accountNo
passwordpassword of the mail accountNo
expect1expected text to find in the mails (regex)Yes
delete maildelete all mails in the mailbox
hostnamehostname of the pop3 serverNo
portpop3 portNo
usernameusername of the mail accountNo
passwordpassword of the mail accountNo