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