Adds a custom step to the LeanFT report including the image from the specified path.
Overload List
Overload | Description |
ReportEvent(String,String,Status,String) | Adds a custom step to the LeanFT report including the image from the specified path. |
ReportEvent(String,String,Status,Image) | Adds a custom step to the LeanFT report including the provided image object. |
ReportEvent(String,String) | Adds a custom step to the LeanFT with default status "Passed". |
ReportEvent(String,String,Status,Exception,String) | Adds a custom step to the LeanFT including exception details and the image from the specified path. |
ReportEvent(String,String,Status,Exception,Image) | Adds a custom step to the LeanFT including the provided exception and image object. |