parent
b86776df99
commit
0776b954c3
|
|
@ -85,6 +85,7 @@ Edit the `UnitTest1.cs` file with the code below to create an example end-to-end
|
||||||
<TabItem value="nunit">
|
<TabItem value="nunit">
|
||||||
|
|
||||||
```csharp
|
```csharp
|
||||||
|
using System.Text.RegularExpressions;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
using Microsoft.Playwright.NUnit;
|
using Microsoft.Playwright.NUnit;
|
||||||
using NUnit.Framework;
|
using NUnit.Framework;
|
||||||
|
|
@ -121,6 +122,7 @@ public class Tests : PageTest
|
||||||
<TabItem value="mstest">
|
<TabItem value="mstest">
|
||||||
|
|
||||||
```csharp
|
```csharp
|
||||||
|
using System.Text.RegularExpressions;
|
||||||
using Microsoft.Playwright.MSTest;
|
using Microsoft.Playwright.MSTest;
|
||||||
|
|
||||||
namespace PlaywrightTests;
|
namespace PlaywrightTests;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue