pcbjam/tests/e2e
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Viktor Vaczi bf933104f9 Add wxPrinting test app and verify printing infrastructure works
- Create print_test standalone app testing wxPrintout, wxPrintPreview,
  wxPrinter, and browser print via window.print()
- Add 8 E2E tests for printing functionality (all pass)
- Update WHATWORKS.md: printing now works, 127 total tests, 14 standalone apps
- Remove wxRichTextCtrl from untested (disabled, KiCad doesn't use it)

Key findings:
- Printing infrastructure works out of the box in WASM
- wxPrintout callbacks fire correctly (OnBeginPrinting, OnPrintPage, etc.)
- wxPrintPreview renders preview frame
- Browser Print triggers native print dialog via window.print()

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-03 15:51:44 +01:00
..
baseline-screenshots Fix wxGrid test crash and add debug build support 2025-11-29 22:15:56 +01:00
utils Implement wxClipboard and add button finder utility for canvas testing 2025-12-03 10:19:50 +01:00
aui.spec.ts Refactor test logging into shared utilities 2025-11-29 20:54:54 +01:00
button-finder.spec.ts Implement wxClipboard and add button finder utility for canvas testing 2025-12-03 10:19:50 +01:00
clipboard.spec.ts Implement wxClipboard and add button finder utility for canvas testing 2025-12-03 10:19:50 +01:00
dataview.spec.ts Add wxDataViewCtrl, wxHtmlWindow, and wxStyledTextCtrl test apps 2025-12-03 11:27:00 +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 Fix wxGrid test crash and add debug build support 2025-11-29 22:15:56 +01:00
htmlwin.spec.ts Add wxDataViewCtrl, wxHtmlWindow, and wxStyledTextCtrl test apps 2025-12-03 11:27:00 +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
print.spec.ts Add wxPrinting test app and verify printing infrastructure works 2025-12-03 15:51:44 +01:00
stc.spec.ts Add wxDataViewCtrl, wxHtmlWindow, and wxStyledTextCtrl test apps 2025-12-03 11:27:00 +01:00
timer.spec.ts Fix timer tests and add baseline screenshot update script 2025-11-29 21:20:40 +01:00
toolbar.spec.ts Refactor test logging into shared utilities 2025-11-29 20:54:54 +01:00
tree.spec.ts Fix tree test console logging during initialization 2025-11-29 22:47:39 +01:00
wxwidgets.spec.ts Refactor test logging into shared utilities 2025-11-29 20:54:54 +01:00