5 lines
99 B
TypeScript
5 lines
99 B
TypeScript
import { test } from "@playwright/test";
|
|
|
|
test("test", async ({ page }) => {
|
|
// Recording...
|
|
});
|