-
Notifications
You must be signed in to change notification settings - Fork 0
Home
snorochevskiy edited this page Feb 17, 2016
·
6 revisions
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 )
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
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