3 references to ShouldSaveArtifacts
Microsoft.AspNetCore.Components.Testing (3)
Infrastructure\TracingSession.cs (2)
25/// <see cref="ITestArtifactManager.ShouldSaveArtifacts"/> is evaluated at disposal time, 81var shouldSave = _artifactManager.ShouldSaveArtifacts();
Playwright\UITest.cs (1)
118if (ArtifactManager.ShouldSaveArtifacts() && diagnosticServers.Length > 0)