towerops/e2e/.gitignore
Graham McIntire 17bf1f83e8
feat: add Playwright e2e test suite
- Set up Playwright in dedicated e2e directory
- Multi-environment support (local, staging)
- TOTP authentication handling with otplib
- Test coverage for organizations, devices, alerts, status indicators
- Helper utilities for common test operations
- Comprehensive README with setup and usage instructions
- Setup script for quick initialization
2026-03-06 15:02:56 -06:00

14 lines
167 B
Text

node_modules/
package-lock.json
yarn.lock
pnpm-lock.yaml
# Playwright
test-results/
playwright-report/
playwright/.cache/
tests/.auth/
# Environment
.env
.env.local