integration-test: Create authentication setup

This commit is contained in:
Elian Doran
2024-08-09 00:41:55 +03:00
parent 6a459427fb
commit a98f01d924
6 changed files with 31 additions and 12 deletions

View File

@@ -0,0 +1,5 @@
import { test, expect } from '@playwright/test';
test("Displays update badge when there is a version available", async ({ page }) => {
await page.goto("http://localhost:8080");
});