2 references to PlaywrightExtensions
Microsoft.AspNetCore.Components.Testing (2)
Playwright\BrowserTest.cs (1)
107var tracedContext = await Infrastructure.PlaywrightExtensions.NewTracedContextAsync(
Playwright\UITest.cs (1)
87var session = await PlaywrightExtensions.TraceAsync(context, directory, ArtifactManager).ConfigureAwait(false);