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

Reports should include a set of timings for each Performance #215

Open craigfowler opened 1 month ago

craigfowler commented 1 month ago

Each Performance should maintain a Stopwatch in the reporter, which records the point in time at which each event (in the Performance) occurred. It needs to be "per performance" because performances might run in parallel.

Just record the timestamps at which each event occurs, so that the report could be rendered in such a way as to show a timeline.