Spec Kit and Playwright Agents established

This commit is contained in:
AG
2025-11-29 21:16:19 +02:00
parent 1de50e32c3
commit c4dacece3b
28 changed files with 3833 additions and 0 deletions

7
seed.spec.ts Normal file
View File

@@ -0,0 +1,7 @@
import { test, expect } from '@playwright/test';
test.describe('Test group', () => {
test('seed', async ({ page }) => {
// generate code here.
});
});