public static MediaEntityModelProvider GetScreenShotMedia() { string screenshotPath = GeneralHelpers.GetScreenshot(reportPath); return(MediaEntityBuilder.CreateScreenCaptureFromPath(screenshotPath.Replace(reportPath, ".")).Build()); }
public static void AddTestInfo(int methodLevel, string text) { TEST.Log(Status.Pass, GeneralHelpers.GetMethodNameByLevel(methodLevel) + " || " + text); }