Skip to content

jdi-templates/jdi-dark-bdd-testng-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codacy Badge

JDI Dark TestNG Test Template

For run new REST API test automation just download and open this project Powered by JDI Dark

Documentation

Can be found here

Instruction:

  1. Download template and unpack in appropriate folder

  2. Open project in IDE (for example IntelliJIdea) by selecting pom.xml

  3. For running demo test just use "mvn clean install" command for maven

  4. Logs: Observe test run results in Console log

  5. Reporting: After running tests run allure:serve in maven plugins

  6. Use as template for your project:

  • just remove all content from src/main/.../example folder, add your package you Service Objects
  • replace tests in src/test/.../example folder with your tests