Details
-
Type: Improvement
-
Status: Open
-
Priority: Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Core
-
Labels:None
-
Number of attachments :
Description
The current report suffers from lack of information.
i'm working on a bit project and most of the people prefer the junit report provided on jenkins ci.
i think that the default report should have more information regrading:
- step failure - add full stacktrace and as much information as possible
- step duration
- filtering for the report table (ex. show only failed / success)
- save run information in order to see results over time
cheers
I've submitted a pull request where I added an Html Table Filter (http://tablefilter.free.fr/) to the default report (reports.html). This filter will make it easier to search through large test results, and you can even use operators such <, >, =, etc.
https://github.com/jbehave/jbehave-core/pull/73