jenkins - Can we integrate the Allure report to Maven based TestNG project -
i have integrated allure-report maven based testng project, , report generated can see running jetty server , looking @ localhost. xml reports generated inside main project folder.
now integrating jenkins test project, able build project jenkins not able see allure report in jenkins. tried adding allure-report plugin jenkins guess missing basic config allure-report , jenkins.
kindly suggest if has got success in it.
you have configure allure-plugin post-build action in jenkins job. there can set folder xml-results generated in project. "target/allure-results".
the rest should done plugin...
Comments
Post a Comment