1 write to s_playwright
Microsoft.AspNetCore.Components.Testing (1)
Playwright\PlaywrightTest.cs (1)
44
s_playwright
??= await Microsoft.Playwright.Playwright.CreateAsync().ConfigureAwait(false);
4 references to s_playwright
Microsoft.AspNetCore.Components.Testing (4)
Playwright\PlaywrightTest.cs (4)
26
s_playwright
?? throw new InvalidOperationException(
36
if (
s_playwright
is not null)
38
return
s_playwright
;
45
return
s_playwright
;