csf-dev / CSF.Screenplay

Implementation of the Screenplay pattern (aka Journey) in .NET
https://csf-dev.github.io/CSF.Screenplay/
MIT License
13 stars 1 forks source link

Prevent exception stack traces from being duplicated in HTML reports #143

Closed craigfowler closed 6 years ago

craigfowler commented 6 years ago

HTML reports suffer a problem when text-based reports once had. This is issue #87 and it is causing errors (exceptions & stack traces) to be duplicated up the Screenplay action stack.

This needs to be fixed for HTML reports.