Class ReportMetadata
- Namespace
- CSF.Screenplay.ReportModel
- Assembly
- CSF.Screenplay.dll
Model represents the metadata about a Screenplay report.
public class ReportMetadata
- Inheritance
-
ReportMetadata
- Inherited Members
Properties
ReportVersion
Gets or sets a version number for the format of report that has been produced.
public string ReportVersion { get; set; }
Property Value
Remarks
This version number is intended to comply with Semantic versioning: https://semver.org/spec/v2.0.0.html. It may be used to assist parsing logic determine whether or not it is reading a compatible report file.
Timestamp
Gets or sets the date & time at which the Screenplay began.
public DateTimeOffset Timestamp { get; set; }
Property Value
Remarks
Other time-related values within the Screenplay report are expressed relative to this time.