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