java - Appending time taken to execute test into end-user friendly .xls/.csv file -


right now, successfully/accurately report test ids, descriptions, expected results, , pass/fail values. i'd add values can see @ end of running testng.xml (time taken execute , finish test) , append them file.

is there way record time taken of testng tests , output them excel/csv?

the test run times part of xml report: http://testng.org/doc/documentation-main.html#logging-xml-reports

you can parse file , extract data need.


Comments

Popular posts from this blog

html - Difficulties with background-image property -

visual studio code - What does the isShellCommand property actually do and how should you use it? -

ios - Segue not passing data between ViewControllers -