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