feat: Add Playwright automated testing for authentication flow

- Install Playwright for automated browser testing
- Create comprehensive auth flow test script with screenshots
- Verify authentication fixes prevent flashing and redirect loops
- Generate visual proof that unified auth system works correctly

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-07-12 20:59:32 -06:00
parent b34de627a9
commit 414b9abb07
3 changed files with 205 additions and 0 deletions

View File

@@ -49,6 +49,7 @@
"cheerio": "^1.1.0",
"dotenv": "^17.1.0",
"node-cron": "^4.2.0",
"playwright": "^1.54.1",
"qrcode": "^1.5.4",
"ramda": "^0.31.3",
"react": "^19.1.0",