Spaces:
Running
Running
File size: 90 Bytes
d202ada |
1 2 3 4 |
import { test } from "@playwright/test";
test("your_test_name", async ({ page }) => {});
|