Updated Script 17/5/25

This commit is contained in:
2025-05-17 11:00:18 +00:00
parent 609fc55ebe
commit 7d327711a6
137 changed files with 22806 additions and 754 deletions

8
playwright.config.ts Normal file
View File

@@ -0,0 +1,8 @@
import { defineConfig } from '@playwright/test';
export default defineConfig({
use: {
// Enable trace collection
trace: 'on',
},
});