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