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