1 write to BaseArtifactsFolder
Microsoft.AspNetCore.BrowserTesting (1)
BrowserManagerConfiguration.cs (1)
76
BaseArtifactsFolder
= Path.GetFullPath(configuration.GetValue(nameof(BaseArtifactsFolder), Path.Combine(Directory.GetCurrentDirectory(), "playwright")));
3 references to BaseArtifactsFolder
Microsoft.AspNetCore.BrowserTesting (3)
BrowserManagerConfiguration.cs (3)
76
BaseArtifactsFolder = Path.GetFullPath(configuration.GetValue(nameof(
BaseArtifactsFolder
), Path.Combine(Directory.GetCurrentDirectory(), "playwright")));
77
Directory.CreateDirectory(
BaseArtifactsFolder
);
189
folderPath = Path.Combine(
BaseArtifactsFolder
, folderPath);