const { test, expect } = require("@playwright/test"); test("Empty test", async ({ page }) => { });