Skip to content

QE-Playground/GmailnatorAPIs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GmailnatorAPIs

API calls for gmailnator written in Java using okHttp3 and testng.

This public version does not come with all features which I have developed, namely an extension of AssertJ soft assertion which can provide steps in extent report, and work around when we have multiple TestNG test clases.

How to run gmailnator REST calls:

  1. Cloning the project by IntelliJ. IntelliJ IDEA Community Edition 2020 is highly recommended.
  2. Import project as Maven project.
  3. Use maven command to run test: mvn clean test -DsuiteXmlFile=testng.xml

Updated 2021-01-20: I integrated the first chain of REST calls with Extent Report.
Updated 2021-01-21: All REST calls have been integrated with Extent Report. https://github.com/truongd8593/VincentAutoGmailnator/wiki

Releases

No releases published

Packages

No packages published

Languages