Interface IGetsHtmlTemplate
- Namespace
- CSF.Screenplay.JsonToHtmlReport
- Assembly
- CSF.Screenplay.JsonToHtmlReport.dll
Provides functionality to read the HTML template.
public interface IGetsHtmlTemplate
Methods
ReadTemplate()
Reads the HTML template as a string.
Task<string> ReadTemplate()