Vibe passkey

This commit is contained in:
6d486f49
2026-07-03 14:31:40 -04:00
parent e1cb1a81a3
commit ed95535e0a
25 changed files with 917 additions and 15 deletions
+1 -3
View File
@@ -1,14 +1,12 @@
using System.Text.RegularExpressions;
using Microsoft.Playwright;
using Microsoft.Playwright.NUnit;
namespace Tests;
[Parallelizable(ParallelScope.Self)]
[TestFixture]
public class PlaywrightTests : PageTest
public class PlaywrightTests : AuthenticatedPageTest
{
private const string BaseUrl = "http://localhost:5256";
[Test]
public async Task HomePage_ShouldLoad()