5 references to s_recordVideo
Microsoft.AspNetCore.Components.Testing (5)
Infrastructure\PlaywrightExtensions.cs (5)
26internal static bool RecordVideoEnabled => s_recordVideo; 56if (s_recordVideo && artifactDir is not null) 77return await TracingSession.StartAsync(context, artifactDir, s_recordVideo, artifactManager) 110var session = await TracingSession.StartAsync(context, artifactDir, s_recordVideo, artifactManager) 135var session = await TracingSession.StartAsync(context, artifactDir, s_recordVideo, artifactManager)