Now all the errors are put to the top of the HTML page. Because of the big number of requests (errors, long stacktraces), it is hard to see the number of run/failed tests. Also since all the errors have expended requests it is very hard to navigate through the reports.
I think that the following two changes should be introduced:
[ ] All stack traces should be collapsed by default. I want to see only requests/responses. Maybe headers part also can be collapsed in each request by default.
[ ] List of all scenarios that were executed should be in the top on the HTML report. All of them should be in the collapsed state. It means that only the scenarios names are present, requests are not visible.
Now all the errors are put to the top of the HTML page. Because of the big number of requests (errors, long stacktraces), it is hard to see the number of run/failed tests. Also since all the errors have expended requests it is very hard to navigate through the reports.
I think that the following two changes should be introduced: