9 lines
147 B
C#
9 lines
147 B
C#
using Microsoft.Playwright.NUnit;
|
|
|
|
namespace Tests;
|
|
|
|
[Parallelizable(ParallelScope.Self)]
|
|
[TestFixture]
|
|
public class PlaywrightTests : PageTest
|
|
{
|
|
} |