Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 773 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 773 Bytes

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