- Add comprehensive TOTP_SETUP.md with multiple setup options - Create scripts/create_test_user.exs for automated test user creation - Update .gitignore to exclude Playwright browser binaries and artifacts - Update README to reference TOTP setup guide
26 lines
326 B
Text
26 lines
326 B
Text
node_modules/
|
|
package-lock.json
|
|
yarn.lock
|
|
pnpm-lock.yaml
|
|
|
|
# Playwright
|
|
test-results/
|
|
playwright-report/
|
|
playwright/.cache/
|
|
tests/.auth/
|
|
|
|
# Playwright browser binaries (if downloaded locally)
|
|
.playwright/
|
|
ms-playwright/
|
|
|
|
# Playwright artifacts
|
|
*.webm
|
|
*.mp4
|
|
trace.zip
|
|
screenshots/
|
|
videos/
|
|
traces/
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|