2 references to StartAsync
Microsoft.AspNetCore.Components.Testing (2)
Infrastructure\PlaywrightExtensions.cs (2)
85
return await TracingSession.
StartAsync
(context, artifactDir, s_recordVideo).ConfigureAwait(false);
115
var session = await TracingSession.
StartAsync
(context, artifactDir, s_recordVideo).ConfigureAwait(false);