pcbjam/tests/e2e
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Viktor Vaczi 26181bb929 Refactor test logging into shared utilities
- Extract common logging code to tests/e2e/utils/
  - fixtures.ts: Playwright fixture with automatic log capture
  - test-utils.ts: Logging utilities and helper functions
- Each test now automatically captures:
  - Console logs with timestamps and log levels
  - Page errors with full stack traces
- Log files written per test to tests/logs/
  - <test-name>.log for all console output
  - <test-name>.errors.log only when errors occur
- Update all 13 spec files to use shared fixtures
- Update README with test structure and logging docs
- Net reduction of ~700 lines by removing duplicated code

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-29 20:54:54 +01:00
..
utils Refactor test logging into shared utilities 2025-11-29 20:54:54 +01:00
aui.spec.ts Refactor test logging into shared utilities 2025-11-29 20:54:54 +01:00
clipboard.spec.ts Refactor test logging into shared utilities 2025-11-29 20:54:54 +01:00
dialog.spec.ts Refactor test logging into shared utilities 2025-11-29 20:54:54 +01:00
dialogs.spec.ts Refactor test logging into shared utilities 2025-11-29 20:54:54 +01:00
filedialog.spec.ts Refactor test logging into shared utilities 2025-11-29 20:54:54 +01:00
grid.spec.ts Refactor test logging into shared utilities 2025-11-29 20:54:54 +01:00
layout.spec.ts Refactor test logging into shared utilities 2025-11-29 20:54:54 +01:00
menu.spec.ts Refactor test logging into shared utilities 2025-11-29 20:54:54 +01:00
opengl.spec.ts Refactor test logging into shared utilities 2025-11-29 20:54:54 +01:00
timer.spec.ts Refactor test logging into shared utilities 2025-11-29 20:54:54 +01:00
toolbar.spec.ts Refactor test logging into shared utilities 2025-11-29 20:54:54 +01:00
tree.spec.ts Refactor test logging into shared utilities 2025-11-29 20:54:54 +01:00
wxwidgets.spec.ts Refactor test logging into shared utilities 2025-11-29 20:54:54 +01:00