Massive backend refactoring done

This commit is contained in:
AG
2025-12-10 14:56:20 +02:00
parent 502943f7d0
commit 95a5e37748
47 changed files with 1898 additions and 1416 deletions

View File

@@ -50,6 +50,8 @@ test.describe('I. Core & Authentication', () => {
}
console.log('Failed to handle first login. Dumping page content...');
const fs = require('fs'); // Playwright runs in Node
await fs.writeFileSync('auth_failure.html', await page.content());
console.log(await page.content());
throw e;
}