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

php - Invalid Cofiguration - yii\base\InvalidConfigException - Yii2 -

How to show in django cms breadcrumbs full path? -

ruby on rails - npm error: tunneling socket could not be established, cause=connect ETIMEDOUT -