Table of Contents

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

ReportFormatVersion

Gets or sets a version number for the format of report that has been produced.

public string ReportFormatVersion { get; set; }

Property Value

string

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 UTC timestamp at which the report was generated.

public DateTime Timestamp { get; set; }

Property Value

DateTime