3 references to ScreenShotsPath
Templates.Tests (3)
src\Shared\E2ETesting\WaitAssert.cs (3)
122
var screenShotPath = Path.Combine(Path.GetFullPath(E2ETestOptions.Instance.
ScreenShotsPath
), fileId);
150
if (driver is ITakesScreenshot takesScreenshot && E2ETestOptions.Instance.
ScreenShotsPath
!= null)
154
Directory.CreateDirectory(E2ETestOptions.Instance.
ScreenShotsPath
);