Skip to content

jdi-tutorials/youtube-jdi-light-01-first-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JDI Light project template

For run new UI test automation just download and open this project Powered by JDI Light and Selenium

Instruction:

  1. Download template and unpack it into an appropriate folder

  2. Open project in IDE (for example IntelliJIdea)

  3. For running demo test just use "mvn clean install" command http://pix.my/o/fkSH1s?1547398376 or run via IDE by click on "example" folder in src/test and select "Run tests" http://pix.my/o/SJtkya?1547398292

  4. Logs: Observe test run results in the Console log http://pix.my/o/CEtiOQ?1547398216

  5. Reporting: After running tests just run allure:serve in maven plugins http://pix.my/o/5KPsyr?1547398089

  6. Use as template for your project:

  • just remove all content from src/main/.../example folder, add your package you Page Objects
  • replace tests in src/test/.../example folder with your tests
  1. TestNg Retry and before after listeners: You can also modify rules of retry tests (now it is 1 retry for each test) and actions before/after all tests (now it prints test name and result) in org.mytests.tests.testng folder

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages