Integrating with a build system is part of a typical workflow and is required to:

  • perform static analysis on automatically generated .json data files that contain information about tested projects,
  • collect and report unit testing results,
  • collect coverage information during unit test execution,
  • monitor and collect coverage data during functional tests performed on a running web application server.

Jtest ships with a set of plugins that allow you to easily integrate with the following build systems:

  • Maven
  • Ant
  • Gradle

For details about configuration and usage of the build system plugins, see Integrating with Build Systems.

  • No labels