photon-labs / framework

framework
2 stars 5 forks source link

List out different test suites file name in pdf report for widget,php,nodejs and sharepoint technologies #211

Open sindhuja-d opened 10 years ago

sindhuja-d commented 10 years ago

As of now we are reading Test-suite.xml for generating report in UI.This is surefire report.because of this if we keep multiple test suites in alltest file,It displays only one test suite in UI.In TestNg,By default it will generate testng-results.xml file.It contains all test suites,class and methods name.if we will get the report values from this file,can display different suite name in UI.This has to be implemented.