test: npx playwright test erfolgreich
This commit is contained in:
5
playwright/pages/indexTest.ts
Normal file
5
playwright/pages/indexTest.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { test } from "@playwright/test";
|
||||
|
||||
test("index page", async ({ page }) => {
|
||||
await page.goto("/");
|
||||
});
|
||||
Reference in New Issue
Block a user