Files
AI/참고/playwright-main/examples/todomvc/tests/seed.spec.ts
2026-05-12 19:40:31 +09:00

7 lines
189 B
TypeScript

import { test, expect } from './fixtures';
test('seed', async ({ page }) => {
// This test tells agents how to start recording the test
// so that the page was already configured.
});