Workout Management tests done

This commit is contained in:
AG
2025-12-09 18:11:55 +02:00
parent f32661d892
commit 2352ac04d6
14 changed files with 557 additions and 67 deletions

5
tests/test-1.spec.ts Normal file
View File

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