Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 845 Bytes

readme.rst

File metadata and controls

26 lines (18 loc) · 845 Bytes

NaviCore Dashboard

A web page to show Jenkins job status and Google Test results.

Warning

It's a Work-in-Progress. Please use it at your own risk.

We put it on a screen near the entrance of our work area. So if something goes wrong, anyone passes by will notice it. We have been relying on it for some years. And we plan to improve it in the later half of 2019.

docs/images/live_image.jpg

Features

  • Show Jenkins Job status(blue, yellow, red).
  • Show the name of failed tests.

Planing Features

  • Adaptive layout for both small and large screens.
  • Read data from XML output of GoogleTest.
  • Hierarchical display. (Click to show more details. Jobs -> Test Suites -> Test Cases)
  • Timeline. Show the status history so that you can see when the job failed and when it recovered.