import { test } from "@playwright/test"; test.describe("Test group", () => { test("seed", async ({ page: _page }) => { // generate code here. }); });