Jspresso Tmar © 2013 - 2015

Each time you run a test, the corresponding html report is generated
 
Generally, your global html report is generated by the maven build or by the Tmar Eclipse plugin
 
However, whenever needed, it’s very simple to generate it by running this simple test
 

Running global test report

Define, Share and Automate your tests / specifications
class TestTmarReport extends GroovyTestCase {
 
  void testTmarReport() {
    TmarReport tmarReport = new TmarReport()
    tmarReport.generate()
  }
}