import { test } from "@playwright/test"; import { runDashboardTest } from "../tests/pages/dashboard/dashboardTest"; test("dashboard page", async ({ page }) => { await runDashboardTest(page); });