Confirmed users
129
edits
Hermescheng (talk | contribs) No edit summary |
|||
| Line 12: | Line 12: | ||
== How to read build report == | == How to read build report == | ||
* the graph trend (quick view) | * the graph trend (quick view) | ||
* test results ( | ** In project view (Jenkins>>Project), we can see a figure like below and quickly find out if the failed test number increases. | ||
[[File:Test Result Trend Graph.jpg|thumbnail|none|Test Result Trend]] | |||
* test results (overview) | |||
** In test result view of a build (Jenikns>>Project>>Build>>Test Result), we can quickly know which cases failed, and its status in previous test run. | |||
** If it | |||
[[File:Jenkins Project build test results.jpg|thumbnail|none|Test Result Overview]] | |||
* index.html (report this time) | * index.html (report this time) | ||
** How to verify if a failed case resulted from a bug | ** How to verify if a failed case resulted from a bug | ||