Skip to content

Added into report configuration additional flag "includeStackTrace": false #275

@VadimNastoyashchy

Description

@VadimNastoyashchy

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.

Additional context
example

Screenshot 2023-04-28 at 10 56 57

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions