- Notifications
You must be signed in to change notification settings - Fork5
License
jdi-templates/jdi-light-testng-template
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
For run new UI test automation just download and open this projectPowered byJDI Light and Selenium
Download template and unpack in appropriate folder
Open project in IDE (for example IntelliJIdea)
For running demo tests:
- Maven: just use "mvn clean install" command
- IDE: run by click on "example" folder in src/test and select "Run tests"
Logs: Observe test run results in Console log
Reporting: After running tests just runallure:serve in maven plugins
Use as template for your project:
- just remove all content fromsrc/main/.../example folder, add your package you Page Objects
- replace tests insrc/test/.../example folder with your tests
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) inorg.mytests.tests.testng folder
About
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors8
Uh oh!
There was an error while loading.Please reload this page.