All Downloads are FREE. Search and download functionalities are using the official Maven repository.

hudson.plugins.PerfPublisher.FilesDetails.index.jelly Maven / Gradle / Ivy

Go to download

The PerfPublisher plug-in scans for xml tests reports defined in the administration panel and generates trend graphs, computes stats and underline regressions and modifications. The xml files must be generated by your own testing tool.

There is a newer version: 7.97
Show newest version

  
  
   
   
   
    
    	

File report

${it.report.percentOfFailedTest}% (${it.report.numberOfFailedTest})
${it.report.percentOfPassedTest}% (${it.report.numberOfPassedTest})
${it.report.percentOfFailedTest}% (${it.report.numberOfFailedTest})
${it.report.percentOfPassedTest}% (${it.report.numberOfPassedTest})

Number of tests ${it.report.numberOfTest} -
Number of executed tests ${it.report.numberOfExecutedTest} ${it.report.percentOfExecutedTest}%
Number of not executed tests ${it.report.numberOfNotExecutedTest} ${it.report.percentOfNotExecutedTest}%
Passed tests ${it.report.numberOfPassedTest} ${it.report.percentOfPassedTest}%
Failed tests ${it.report.numberOfFailedTest} ${it.report.percentOfFailedTest}%
Analysis points N.Measures Average
Compile time ${it.report.numberOfCompileTimeTest} ${it.report.averageOfCompileTime}
Execution time ${it.report.numberOfExecutionTimeTest} ${it.report.averageOfExecutionTime}
Performance ${it.report.numberOfPerformanceTest} ${it.report.averageOfPerformance}

Targets Test name Success State Compile Time Execution Time Performance
- ${target.name} ${test.adaptedName}
${test.shortedMessage}
YES - ${test.success.state}% NO - ${test.success.state}% - ${test.compileTime.measure} (${test.compileTime.unit}) - ${test.executionTime.measure} (${test.executionTime.unit}) - ${test.performance.measure} (${test.performance.unit})
- ${target.name} ${test.adaptedName}
${test.shortedMessage}
YES - ${test.success.state}% NO - ${test.success.state}% - ${test.compileTime.measure} (${test.compileTime.unit}) - ${test.executionTime.measure} (${test.executionTime.unit}) - ${test.performance.measure} (${test.performance.unit})
- ${target.name} ${test.adaptedName}
${test.shortedMessage}
YES - ${test.success.state}% NO - ${test.success.state}% - ${test.compileTime.measure} (${test.compileTime.unit}) - ${test.executionTime.measure} (${test.executionTime.unit}) - ${test.performance.measure} (${test.performance.unit})




© 2015 - 2024 Weber Informatics LLC | Privacy Policy