3 references to s_recordVideo
Microsoft.AspNetCore.Components.Testing (3)
Infrastructure\PlaywrightExtensions.cs (3)
67if (s_recordVideo && artifactDir is not null) 85return await TracingSession.StartAsync(context, artifactDir, s_recordVideo).ConfigureAwait(false); 115var session = await TracingSession.StartAsync(context, artifactDir, s_recordVideo).ConfigureAwait(false);