Checkout our demo site to practice selenium https://magento.softwaretestingboard.com/

1 like 0 dislike
991 views
by The go-to Tester (360 points)
retagged by
For one of client I need to publish report in jenkins environment so that managment can access report to see progress of execution, what plugin we need to install and use Jenkins.

I high appricated if any one can help on this!!!

Thanks

1 Answer

0 like 0 dislike
by The go-to Tester (142 points)
In Jenkins, you can install TestNG Results Plugin.

Once you install plugin, when you create/ modify a job that generates TestNG result, you can add a post-build action "Publish TestNG Results".

It will ask you for XML pattern, you can enter "**/testng-results.xml" there and save it.

Now, when you execute a job that generates TestNG report will have an option to see "TestNG Results" on the execution page.


This site is for software testing professionals, where you can ask all your questions and get answers from 1300+ masters of the profession. Click here to submit yours now!

...