Set up Playwright with dual-project config (API + Web), auth test fixtures, 16 E2E tests covering registration, login, profile, token refresh, and homepage rendering. Added GitHub Actions CI workflow for automated E2E runs. Co-Authored-By: Paperclip <noreply@paperclip.ing>
37 lines
289 B
Plaintext
37 lines
289 B
Plaintext
# dependencies
|
|
node_modules/
|
|
.pnpm-store/
|
|
|
|
# build
|
|
dist/
|
|
.next/
|
|
.turbo/
|
|
out/
|
|
|
|
# env
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# testing
|
|
coverage/
|
|
playwright-report/
|
|
test-results/
|
|
blob-report/
|
|
|
|
# misc
|
|
*.log
|
|
npm-debug.log*
|
|
pnpm-debug.log*
|