Hi, Actually the same way as with unit tests
1. run your application with JaCoCo agent ( see http://www.jacoco.org/jacoco/trunk/doc/agent.html ) to obtain exec file 2. generate report based on exec file, class and source files of application by using small Ant script with Report Task ( see http://www.jacoco.org/jacoco/trunk/doc/ant.html ), or by using not yet released Command Line Interface ( see http://www.jacoco.org/jacoco/trunk/doc/cli.html ), or by calling JaCoCo APIs directly ( see ReportGenerator.java at http://www.jacoco.org/jacoco/trunk/doc/api.html ) On Tuesday, June 6, 2017 at 7:22:29 PM UTC+2, [email protected] wrote: > > Hi! > > I would like to measure code coverage of java applications with JaCoCo, > but I want to measure it while testing the applications at the GUI level, > without using unit tests. If someone has done it or know how it could work > it would be great! > > Thanks. > > Antonio > > -- You received this message because you are subscribed to the Google Groups "JaCoCo and EclEmma Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jacoco/95477cd8-9b9c-4129-a775-11714206af95%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
