java - Create Selenium report in Eclipse (Junitreport doesn't show) -


i followed steps on creating report in eclipse (http://earlwillis.wordpress.com/2012/01/31/getting-started-with-junit-reports/), junitreport not show edit configurations section @ end. need fix this?

you need using maven or ant generating report you. maven's surefire , surefire report plugins give need. alternatively, if followed steps in document say, need configure ant build properly.


Comments

Popular posts from this blog

c++ - CryptStringToBinary API behavior -

c++ - Correct method for redrawing a layered window -

java.util.scanner - How to read and add only numbers to array from a text file -