6 lines
238 B
C#
6 lines
238 B
C#
global using NUnit.Framework;
|
|
global using Microsoft.AspNetCore.Mvc.Testing;
|
|
global using Microsoft.Extensions.Hosting;
|
|
global using Microsoft.AspNetCore.Hosting;
|
|
global using Microsoft.Playwright.NUnit;
|
|
global using Microsoft.Playwright; |