Skip to content
snorochevskiy edited this page Feb 17, 2016 · 6 revisions

JUTRA - JUnit Test Results Analyzer

Jutra is a web-based tool that allows to monitor the statistics for your junit tests. It works in two modes:

  • Used to load XML junit reports to Juntra's database
  • Web application that displays statistics (see screenshots )

How to load JUnit reports

jutra load-results <branch> <path-to-report-files> [--date=<from-fs | YYYY-MM-DD_HH:mm:ss>] [--label=<label>]

  • branch - branch that you've tested (e.g. master, trunk)
  • path-to-report-files - path to directory with JUnit XML report files
  • --date - optional parameter that tells what time this report should signed with. If this parameter is omitted, then NOW is taken. Otherwise you can tell jutra to take directory last modified time or specify time explicitly.
  • --label - any text label for this report

How to start JUtra in web-app mode

jutra start-server <port> [--daemon]

  • port - port that should be used by JUtra server
  • --daemon - optional parameter that makes JUtra to be run in background
Clone this wiki locally