-
Notifications
You must be signed in to change notification settings - Fork 107
Description
Is your feature request related to a problem? Please describe.
I use the reporter for a very large number of tests and I would like to be able to remove the trace stack and live only a few rows with an error description, since in correctly described tests it is not necessary to have a trace and it is clear what the error is. This will save a very large amount of space on the reporter page while scrolling.
Describe the solution you'd like
Added into report configuration additional flag "includeStackTrace": false (by default it should be true) if needs to hide stack trace from the report and just live only error mismatched message.
Describe alternatives you've considered
Now i use my custom script that opens and changes html file and removes the stack trace, but it will be great to can do it through the report config.

