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

There should be a Screenplay Report type which allows deserialization of a report #216

Closed craigfowler closed 1 month ago

craigfowler commented 1 month ago

When serializing a report to JSON there is no C# type for the root of the report, because this is written dynamically. I would like to create such a type though, so that the report is easier to consume and deserialize.