Files
gymflow/tests/test-1.spec.ts
2025-12-09 18:11:55 +02:00

5 lines
106 B
TypeScript

import { test, expect } from '@playwright/test';
test('test', async ({ page }) => {
// Recording...
});