pcbjam/tests/baseline-screenshots
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Viktor Vaczi 31ff88ee9e tests: load-pcb e2e for microwave + pic_programmer demos
Adds an end-to-end test that drives File→Open in pcbnew, injects
the .kicad_pcb and .kicad_pro files into MEMFS at the dialog's
default starting directory, drives the menu + filename text input
+ Enter accept path, and screenshots the loaded board. Parametrized
for both kicad/demos/microwave (RF polygon footprints) and
kicad/demos/pic_programmer (full multi-IC layout).

Without the rtree fix bumped in via the kicad submodule, the load
would abort on every PCB at rtree.h:1771 Classify; the test asserts
no [RTREE-DIAG] line and no Aborted(. The post-load clipboard
RuntimeError in __asyncjs__js_clipboardHasText is a separate,
pre-existing wasm-port limitation that we explicitly do not regress
on here.

- tests/kicad/load-pcb.spec.ts: serial-mode parametrized spec
- tests/kicad/load-pcb-probe.spec.ts: one-shot diagnostic probe
  for inspecting wxFileDialog state on the canvas
- tests/kicad/utils/fs-inject.ts: FS.writeFile bridge from Node fs
- tests/kicad/utils/board-ready.ts: poll-for-no-dialogs readiness
- tests/baseline-screenshots/load-pcb-*.png: 6 baselines covering
  both demos at pcbnew-ready / dialog-open / loaded states
- features/.../rtree-debug-findings.md: full diagnosis trail with
  an upstream-reportable summary the maintainer can lift verbatim
- kicad submodule bumped to 07d8130d44 (shape_poly_set rtree fix)

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-29 09:51:18 +02:00
..
01-loading.png Add baseline screenshots and visual regression testing 2025-11-29 19:55:12 +01:00
03-after-load.png Fix timer tests and add baseline screenshot update script 2025-11-29 21:20:40 +01:00
04-controls-tab.png Fix timer tests and add baseline screenshot update script 2025-11-29 21:20:40 +01:00
05-text-input-tab.png Fix timer tests and add baseline screenshot update script 2025-11-29 21:20:40 +01:00
06-text-input-typed.png Fix timer tests and add baseline screenshot update script 2025-11-29 21:20:40 +01:00
07-drawing-tab.png Fix timer tests and add baseline screenshot update script 2025-11-29 21:20:40 +01:00
08-drawing-done.png Fix timer tests and add baseline screenshot update script 2025-11-29 21:20:40 +01:00
09-lists-tab.png Fix timer tests and add baseline screenshot update script 2025-11-29 21:20:40 +01:00
10-lists-clicked.png Fix timer tests and add baseline screenshot update script 2025-11-29 21:20:40 +01:00
10a-choice-dropdown-open.png Fix timer tests and add baseline screenshot update script 2025-11-29 21:20:40 +01:00
10b-choice-selected.png Fix timer tests and add baseline screenshot update script 2025-11-29 21:20:40 +01:00
10c-choice-dropdown-reopen.png Fix timer tests and add baseline screenshot update script 2025-11-29 21:20:40 +01:00
11-file-menu.png Fix timer tests and add baseline screenshot update script 2025-11-29 21:20:40 +01:00
12-help-menu.png Fix timer tests and add baseline screenshot update script 2025-11-29 21:20:40 +01:00
13-final.png Fix timer tests and add baseline screenshot update script 2025-11-29 21:20:40 +01:00
14-opengl-tab.png Fix timer tests and add baseline screenshot update script 2025-11-29 21:20:40 +01:00
15-opengl-tests.png Fix timer tests and add baseline screenshot update script 2025-11-29 21:20:40 +01:00
aui-01-loaded.png Add baseline screenshots and visual regression testing 2025-11-29 19:55:12 +01:00
aui-02-panels.png Add baseline screenshots and visual regression testing 2025-11-29 19:55:12 +01:00
aui-03-close-clicked.png Add baseline screenshots and visual regression testing 2025-11-29 19:55:12 +01:00
aui-04-dragged.png Add baseline screenshots and visual regression testing 2025-11-29 19:55:12 +01:00
aui-05-multi-panel.png Add baseline screenshots and visual regression testing 2025-11-29 19:55:12 +01:00
auinotebook-01-loaded.png Complete remaining wxWidgets feature tests: DataViewVirtual, AuiNotebook, Wizard, GridEdit, Calendar 2025-12-03 17:16:14 +01:00
auinotebook-02-tab-switch.png Complete remaining wxWidgets feature tests: DataViewVirtual, AuiNotebook, Wizard, GridEdit, Calendar 2025-12-03 17:16:14 +01:00
auinotebook-03-add-tab.png Complete remaining wxWidgets feature tests: DataViewVirtual, AuiNotebook, Wizard, GridEdit, Calendar 2025-12-03 17:16:14 +01:00
auinotebook-04-remove-tab.png Complete remaining wxWidgets feature tests: DataViewVirtual, AuiNotebook, Wizard, GridEdit, Calendar 2025-12-03 17:16:14 +01:00
auinotebook-05-tab-style.png Complete remaining wxWidgets feature tests: DataViewVirtual, AuiNotebook, Wizard, GridEdit, Calendar 2025-12-03 17:16:14 +01:00
bitmapbuttons-01-loaded.png Fix Asyncify and improve build process 2025-12-14 11:59:50 +01:00
bitmapbuttons-02-toolbar-click.png Fix Asyncify and improve build process 2025-12-14 11:59:50 +01:00
bitmapbuttons-03-toggle.png Fix Asyncify and improve build process 2025-12-14 11:59:50 +01:00
bitmapbuttons-04-multi-toggle.png Fix Asyncify and improve build process 2025-12-14 11:59:50 +01:00
bitmapbuttons-05-enable-toggle.png Fix Asyncify and improve build process 2025-12-14 11:59:50 +01:00
bitmapbuttons-06-shapes.png Fix Asyncify and improve build process 2025-12-14 11:59:50 +01:00
bitmapbuttons-07-artprovider.png Fix Asyncify and improve build process 2025-12-14 11:59:50 +01:00
bitmask.png Add WASM feature tests: font enum, text decor, bitmap mask, regions 2025-12-04 11:06:33 +01:00
calendar-01-loaded.png Complete remaining wxWidgets feature tests: DataViewVirtual, AuiNotebook, Wizard, GridEdit, Calendar 2025-12-03 17:16:14 +01:00
calendar-02-select-date.png Complete remaining wxWidgets feature tests: DataViewVirtual, AuiNotebook, Wizard, GridEdit, Calendar 2025-12-03 17:16:14 +01:00
calendar-03-next-month.png Complete remaining wxWidgets feature tests: DataViewVirtual, AuiNotebook, Wizard, GridEdit, Calendar 2025-12-03 17:16:14 +01:00
calendar-04-prev-month.png Complete remaining wxWidgets feature tests: DataViewVirtual, AuiNotebook, Wizard, GridEdit, Calendar 2025-12-03 17:16:14 +01:00
calendar-05-today.png Complete remaining wxWidgets feature tests: DataViewVirtual, AuiNotebook, Wizard, GridEdit, Calendar 2025-12-03 17:16:14 +01:00
clipboard-01-loaded.png Add baseline screenshots and visual regression testing 2025-11-29 19:55:12 +01:00
clipboard-02-copy-clicked.png Implement wxClipboard and add button finder utility for canvas testing 2025-12-03 10:19:50 +01:00
clipboard-03-paste-clicked.png Implement wxClipboard and add button finder utility for canvas testing 2025-12-03 10:19:50 +01:00
clipboard-04-check-clicked.png Implement wxClipboard and add button finder utility for canvas testing 2025-12-03 10:19:50 +01:00
clipboard-05-clear-clicked.png Implement wxClipboard and add button finder utility for canvas testing 2025-12-03 10:19:50 +01:00
clipboard-06-full-flow.png Implement wxClipboard and add button finder utility for canvas testing 2025-12-03 10:19:50 +01:00
collapsible-01-loaded.png Add 5 new wxWidgets feature tests: PropertyGrid, Pickers, Collapsible, ListCtrl, InfoBar 2025-12-03 16:57:02 +01:00
collapsible-02-panes.png Add 5 new wxWidgets feature tests: PropertyGrid, Pickers, Collapsible, ListCtrl, InfoBar 2025-12-03 16:57:02 +01:00
collapsible-03-expanded.png Add 5 new wxWidgets feature tests: PropertyGrid, Pickers, Collapsible, ListCtrl, InfoBar 2025-12-03 16:57:02 +01:00
collapsible-04-expand-all.png Add 5 new wxWidgets feature tests: PropertyGrid, Pickers, Collapsible, ListCtrl, InfoBar 2025-12-03 16:57:02 +01:00
collapsible-05-collapse-all.png Add 5 new wxWidgets feature tests: PropertyGrid, Pickers, Collapsible, ListCtrl, InfoBar 2025-12-03 16:57:02 +01:00
dataview-01-loaded.png Add wxDataViewCtrl, wxHtmlWindow, and wxStyledTextCtrl test apps 2025-12-03 11:27:00 +01:00
dataview-02-list-populated.png Add wxDataViewCtrl, wxHtmlWindow, and wxStyledTextCtrl test apps 2025-12-03 11:27:00 +01:00
dataview-03-list-selected.png Add wxDataViewCtrl, wxHtmlWindow, and wxStyledTextCtrl test apps 2025-12-03 11:27:00 +01:00
dataview-04-list-add.png Add wxDataViewCtrl, wxHtmlWindow, and wxStyledTextCtrl test apps 2025-12-03 11:27:00 +01:00
dataview-05-tree-tab.png Add wxDataViewCtrl, wxHtmlWindow, and wxStyledTextCtrl test apps 2025-12-03 11:27:00 +01:00
dataview-06-tree-selected.png Add wxDataViewCtrl, wxHtmlWindow, and wxStyledTextCtrl test apps 2025-12-03 11:27:00 +01:00
dataview-07-tree-expanded.png Add wxDataViewCtrl, wxHtmlWindow, and wxStyledTextCtrl test apps 2025-12-03 11:27:00 +01:00
dataview-08-tree-collapsed.png Add wxDataViewCtrl, wxHtmlWindow, and wxStyledTextCtrl test apps 2025-12-03 11:27:00 +01:00
dataview-09-column-click.png Add wxDataViewCtrl, wxHtmlWindow, and wxStyledTextCtrl test apps 2025-12-03 11:27:00 +01:00
dataview-10-scrolled.png Add wxDataViewCtrl, wxHtmlWindow, and wxStyledTextCtrl test apps 2025-12-03 11:27:00 +01:00
dataviewvirtual-01-loaded.png Complete remaining wxWidgets feature tests: DataViewVirtual, AuiNotebook, Wizard, GridEdit, Calendar 2025-12-03 17:16:14 +01:00
dataviewvirtual-02-large-dataset.png Complete remaining wxWidgets feature tests: DataViewVirtual, AuiNotebook, Wizard, GridEdit, Calendar 2025-12-03 17:16:14 +01:00
dataviewvirtual-03-scroll.png Complete remaining wxWidgets feature tests: DataViewVirtual, AuiNotebook, Wizard, GridEdit, Calendar 2025-12-03 17:16:14 +01:00
dataviewvirtual-04-selection.png Complete remaining wxWidgets feature tests: DataViewVirtual, AuiNotebook, Wizard, GridEdit, Calendar 2025-12-03 17:16:14 +01:00
dataviewvirtual-05-zone-manager.png Complete remaining wxWidgets feature tests: DataViewVirtual, AuiNotebook, Wizard, GridEdit, Calendar 2025-12-03 17:16:14 +01:00
dialog-01-loaded.png Add baseline screenshots and visual regression testing 2025-11-29 19:55:12 +01:00
dialog-02-info-clicked.png Add baseline screenshots and visual regression testing 2025-11-29 19:55:12 +01:00
dialog-03-yesno-clicked.png Add baseline screenshots and visual regression testing 2025-11-29 19:55:12 +01:00
dialog-04-error-clicked.png Add baseline screenshots and visual regression testing 2025-11-29 19:55:12 +01:00
dialog-05-custom-clicked.png Add baseline screenshots and visual regression testing 2025-11-29 19:55:12 +01:00
dialogs-00-initial.png Fix timer tests and add baseline screenshot update script 2025-11-29 21:20:40 +01:00
dialogs-01-tab-selected.png Fix timer tests and add baseline screenshot update script 2025-11-29 21:20:40 +01:00
dialogs-custom-closed.png Fix timer tests and add baseline screenshot update script 2025-11-29 21:20:40 +01:00
dialogs-custom-open.png Fix timer tests and add baseline screenshot update script 2025-11-29 21:20:40 +01:00
dialogs-full-flow.png Fix timer tests and add baseline screenshot update script 2025-11-29 21:20:40 +01:00
dialogs-msgbox-error-closed.png Fix timer tests and add baseline screenshot update script 2025-11-29 21:20:40 +01:00
dialogs-msgbox-error-open.png Fix timer tests and add baseline screenshot update script 2025-11-29 21:20:40 +01:00
dialogs-msgbox-info-closed.png Fix timer tests and add baseline screenshot update script 2025-11-29 21:20:40 +01:00
dialogs-msgbox-info-open.png Fix timer tests and add baseline screenshot update script 2025-11-29 21:20:40 +01:00
dialogs-msgbox-yesno-closed.png Fix timer tests and add baseline screenshot update script 2025-11-29 21:20:40 +01:00
dialogs-msgbox-yesno-open.png Fix timer tests and add baseline screenshot update script 2025-11-29 21:20:40 +01:00
dialogs-timer-initial.png Fix timer tests and add baseline screenshot update script 2025-11-29 21:20:40 +01:00
dialogs-timer-multiple.png Fix timer tests and add baseline screenshot update script 2025-11-29 21:20:40 +01:00
dialogs-timer-running.png Fix timer tests and add baseline screenshot update script 2025-11-29 21:20:40 +01:00
dialogs-timer-started.png Fix timer tests and add baseline screenshot update script 2025-11-29 21:20:40 +01:00
dialogs-timer-stopped.png Fix timer tests and add baseline screenshot update script 2025-11-29 21:20:40 +01:00
dnd-01-loaded.png Fix Asyncify and improve build process 2025-12-14 11:59:50 +01:00
dnd-02-handlers.png Fix Asyncify and improve build process 2025-12-14 11:59:50 +01:00
dnd-03-dragenter.png Fix Asyncify and improve build process 2025-12-14 11:59:50 +01:00
dnd-04-dragleave.png Fix Asyncify and improve build process 2025-12-14 11:59:50 +01:00
dnd-05-drop.png Fix Asyncify and improve build process 2025-12-14 11:59:50 +01:00
dnd-06-file-written.png Fix Asyncify and improve build process 2025-12-14 11:59:50 +01:00
dnd-07-event-fired.png Fix Asyncify and improve build process 2025-12-14 11:59:50 +01:00
dnd-08-multiple-files.png Fix Asyncify and improve build process 2025-12-14 11:59:50 +01:00
dnd-09-with-file.png Fix Asyncify and improve build process 2025-12-14 11:59:50 +01:00
filedialog-01-loaded.png Add baseline screenshots and visual regression testing 2025-11-29 19:55:12 +01:00
filedialog-02-open-clicked.png Add baseline screenshots and visual regression testing 2025-11-29 19:55:12 +01:00
filedialog-03-save-clicked.png Add baseline screenshots and visual regression testing 2025-11-29 19:55:12 +01:00
filedialog-04-multiple-clicked.png Add baseline screenshots and visual regression testing 2025-11-29 19:55:12 +01:00
filedialog-05-all-buttons.png Add baseline screenshots and visual regression testing 2025-11-29 19:55:12 +01:00
fontenum.png Add WASM feature tests: font enum, text decor, bitmap mask, regions 2025-12-04 11:06:33 +01:00
gl-01-opengl-tab.png Fix timer tests and add baseline screenshot update script 2025-11-29 21:20:40 +01:00
gl-02-vertex-arrays-selected.png Fix timer tests and add baseline screenshot update script 2025-11-29 21:20:40 +01:00
gl-03-after-wait.png Fix timer tests and add baseline screenshot update script 2025-11-29 21:20:40 +01:00
gl-run-all-tests.png Fix timer tests and add baseline screenshot update script 2025-11-29 21:20:40 +01:00
gl-test-0-immediate-mode.png Fix timer tests and add baseline screenshot update script 2025-11-29 21:20:40 +01:00
gl-test-1-matrix-ops.png Fix timer tests and add baseline screenshot update script 2025-11-29 21:20:40 +01:00
gl-test-2-vertex-arrays.png Fix timer tests and add baseline screenshot update script 2025-11-29 21:20:40 +01:00
gl-test-3-state-mgmt.png Fix timer tests and add baseline screenshot update script 2025-11-29 21:20:40 +01:00
gl-test-4-texture-coords.png Fix timer tests and add baseline screenshot update script 2025-11-29 21:20:40 +01:00
glcanvas-01-on-opengl-tab.png Fix timer tests and add baseline screenshot update script 2025-11-29 21:20:40 +01:00
glcanvas-02-after-switch-to-controls.png Fix timer tests and add baseline screenshot update script 2025-11-29 21:20:40 +01:00
glcanvas-03-on-drawing-tab.png Fix timer tests and add baseline screenshot update script 2025-11-29 21:20:40 +01:00
glcanvas-04-on-lists-tab.png Fix timer tests and add baseline screenshot update script 2025-11-29 21:20:40 +01:00
grid-tab-final.png Fix timer tests and add baseline screenshot update script 2025-11-29 21:20:40 +01:00
gridedit-01-loaded.png Complete remaining wxWidgets feature tests: DataViewVirtual, AuiNotebook, Wizard, GridEdit, Calendar 2025-12-03 17:16:14 +01:00
gridedit-02-select-cell.png Complete remaining wxWidgets feature tests: DataViewVirtual, AuiNotebook, Wizard, GridEdit, Calendar 2025-12-03 17:16:14 +01:00
gridedit-03-edit-cell.png Complete remaining wxWidgets feature tests: DataViewVirtual, AuiNotebook, Wizard, GridEdit, Calendar 2025-12-03 17:16:14 +01:00
gridedit-04-add-row.png Complete remaining wxWidgets feature tests: DataViewVirtual, AuiNotebook, Wizard, GridEdit, Calendar 2025-12-03 17:16:14 +01:00
gridedit-05-delete-row.png Complete remaining wxWidgets feature tests: DataViewVirtual, AuiNotebook, Wizard, GridEdit, Calendar 2025-12-03 17:16:14 +01:00
gridrenderers-01-loaded.png Fix Asyncify and improve build process 2025-12-14 11:59:50 +01:00
gridrenderers-02-color-cells.png Fix Asyncify and improve build process 2025-12-14 11:59:50 +01:00
gridrenderers-03-icon-text.png Fix Asyncify and improve build process 2025-12-14 11:59:50 +01:00
gridrenderers-04-striped.png Fix Asyncify and improve build process 2025-12-14 11:59:50 +01:00
gridrenderers-05-checkbox-toggle.png Fix Asyncify and improve build process 2025-12-14 11:59:50 +01:00
htmlwin-01-loaded.png Add wxDataViewCtrl, wxHtmlWindow, and wxStyledTextCtrl test apps 2025-12-03 11:27:00 +01:00
htmlwin-02-basic-content.png Add wxDataViewCtrl, wxHtmlWindow, and wxStyledTextCtrl test apps 2025-12-03 11:27:00 +01:00
htmlwin-03-tables.png Add wxDataViewCtrl, wxHtmlWindow, and wxStyledTextCtrl test apps 2025-12-03 11:27:00 +01:00
htmlwin-04-long-content.png Add wxDataViewCtrl, wxHtmlWindow, and wxStyledTextCtrl test apps 2025-12-03 11:27:00 +01:00
htmlwin-05-kicad-about.png Add wxDataViewCtrl, wxHtmlWindow, and wxStyledTextCtrl test apps 2025-12-03 11:27:00 +01:00
htmlwin-06-link-clicked.png Add wxDataViewCtrl, wxHtmlWindow, and wxStyledTextCtrl test apps 2025-12-03 11:27:00 +01:00
htmlwin-07-scrolled.png Add wxDataViewCtrl, wxHtmlWindow, and wxStyledTextCtrl test apps 2025-12-03 11:27:00 +01:00
htmlwin-08a-basic.png Add wxDataViewCtrl, wxHtmlWindow, and wxStyledTextCtrl test apps 2025-12-03 11:27:00 +01:00
htmlwin-08b-tables.png Add wxDataViewCtrl, wxHtmlWindow, and wxStyledTextCtrl test apps 2025-12-03 11:27:00 +01:00
htmlwin-08c-about.png Add wxDataViewCtrl, wxHtmlWindow, and wxStyledTextCtrl test apps 2025-12-03 11:27:00 +01:00
infobar-01-loaded.png Add 5 new wxWidgets feature tests: PropertyGrid, Pickers, Collapsible, ListCtrl, InfoBar 2025-12-03 16:57:02 +01:00
infobar-02-info.png Add 5 new wxWidgets feature tests: PropertyGrid, Pickers, Collapsible, ListCtrl, InfoBar 2025-12-03 16:57:02 +01:00
infobar-03-warning.png Add 5 new wxWidgets feature tests: PropertyGrid, Pickers, Collapsible, ListCtrl, InfoBar 2025-12-03 16:57:02 +01:00
infobar-04-error.png Add 5 new wxWidgets feature tests: PropertyGrid, Pickers, Collapsible, ListCtrl, InfoBar 2025-12-03 16:57:02 +01:00
infobar-05-dismiss.png Add 5 new wxWidgets feature tests: PropertyGrid, Pickers, Collapsible, ListCtrl, InfoBar 2025-12-03 16:57:02 +01:00
kicad-pcbnew-01-initial.png Fix Asyncify and improve build process 2025-12-14 11:59:50 +01:00
layout-01-loaded.png Add baseline screenshots and visual regression testing 2025-11-29 19:55:12 +01:00
layout-02-splitter.png Add baseline screenshots and visual regression testing 2025-11-29 19:55:12 +01:00
layout-03-sash-dragged.png Add baseline screenshots and visual regression testing 2025-11-29 19:55:12 +01:00
layout-04-scrolled-left.png Add baseline screenshots and visual regression testing 2025-11-29 19:55:12 +01:00
layout-05-scrolled-right.png Add baseline screenshots and visual regression testing 2025-11-29 19:55:12 +01:00
layout-06-combined.png Add baseline screenshots and visual regression testing 2025-11-29 19:55:12 +01:00
listctrl-01-loaded.png Add 5 new wxWidgets feature tests: PropertyGrid, Pickers, Collapsible, ListCtrl, InfoBar 2025-12-03 16:57:02 +01:00
listctrl-02-virtual.png Add 5 new wxWidgets feature tests: PropertyGrid, Pickers, Collapsible, ListCtrl, InfoBar 2025-12-03 16:57:02 +01:00
listctrl-03-columns.png Add 5 new wxWidgets feature tests: PropertyGrid, Pickers, Collapsible, ListCtrl, InfoBar 2025-12-03 16:57:02 +01:00
listctrl-04-selected.png Add 5 new wxWidgets feature tests: PropertyGrid, Pickers, Collapsible, ListCtrl, InfoBar 2025-12-03 16:57:02 +01:00
listctrl-05-scrolled.png Add 5 new wxWidgets feature tests: PropertyGrid, Pickers, Collapsible, ListCtrl, InfoBar 2025-12-03 16:57:02 +01:00
load-pcb-microwave-00-pcbnew-ready.png tests: load-pcb e2e for microwave + pic_programmer demos 2026-05-29 09:51:18 +02:00
load-pcb-microwave-01-dialog-open.png tests: load-pcb e2e for microwave + pic_programmer demos 2026-05-29 09:51:18 +02:00
load-pcb-microwave.png tests: load-pcb e2e for microwave + pic_programmer demos 2026-05-29 09:51:18 +02:00
load-pcb-pic_programmer-00-pcbnew-ready.png tests: load-pcb e2e for microwave + pic_programmer demos 2026-05-29 09:51:18 +02:00
load-pcb-pic_programmer-01-dialog-open.png tests: load-pcb e2e for microwave + pic_programmer demos 2026-05-29 09:51:18 +02:00
load-pcb-pic_programmer.png tests: load-pcb e2e for microwave + pic_programmer demos 2026-05-29 09:51:18 +02:00
menu-01-loaded.png Add baseline screenshots and visual regression testing 2025-11-29 19:55:12 +01:00
menu-02-menubar.png Add baseline screenshots and visual regression testing 2025-11-29 19:55:12 +01:00
menu-03-file-clicked.png Add baseline screenshots and visual regression testing 2025-11-29 19:55:12 +01:00
menu-04-edit-clicked.png Add baseline screenshots and visual regression testing 2025-11-29 19:55:12 +01:00
menu-05-all-menus.png Add baseline screenshots and visual regression testing 2025-11-29 19:55:12 +01:00
opengl-after-tests.png Fix timer tests and add baseline screenshot update script 2025-11-29 21:20:40 +01:00
opengl-before-debug.png Fix timer tests and add baseline screenshot update script 2025-11-29 21:20:40 +01:00
opengl-render.png Add baseline screenshots and visual regression testing 2025-11-29 19:55:12 +01:00
opengl-tab-initial.png Fix timer tests and add baseline screenshot update script 2025-11-29 21:20:40 +01:00
ownerdrawn-01-loaded.png Add Phase 3 test coverage: validators, ownerdrawn, popup, graphicsctx, xml, wasmedge 2025-12-03 18:54:40 +01:00
ownerdrawn-02-layer.png Add Phase 3 test coverage: validators, ownerdrawn, popup, graphicsctx, xml, wasmedge 2025-12-03 18:54:40 +01:00
ownerdrawn-03-font.png Add Phase 3 test coverage: validators, ownerdrawn, popup, graphicsctx, xml, wasmedge 2025-12-03 18:54:40 +01:00
ownerdrawn-04-icon.png Add Phase 3 test coverage: validators, ownerdrawn, popup, graphicsctx, xml, wasmedge 2025-12-03 18:54:40 +01:00
ownerdrawn-05-log.png Add Phase 3 test coverage: validators, ownerdrawn, popup, graphicsctx, xml, wasmedge 2025-12-03 18:54:40 +01:00
pickers-01-loaded.png Add 5 new wxWidgets feature tests: PropertyGrid, Pickers, Collapsible, ListCtrl, InfoBar 2025-12-03 16:57:02 +01:00
pickers-02-colors.png Add 5 new wxWidgets feature tests: PropertyGrid, Pickers, Collapsible, ListCtrl, InfoBar 2025-12-03 16:57:02 +01:00
pickers-03-font.png Add 5 new wxWidgets feature tests: PropertyGrid, Pickers, Collapsible, ListCtrl, InfoBar 2025-12-03 16:57:02 +01:00
pickers-04-preview.png Add 5 new wxWidgets feature tests: PropertyGrid, Pickers, Collapsible, ListCtrl, InfoBar 2025-12-03 16:57:02 +01:00
popup-01-loaded.png Add Phase 3 test coverage: validators, ownerdrawn, popup, graphicsctx, xml, wasmedge 2025-12-03 18:54:40 +01:00
popup-02-status.png Add Phase 3 test coverage: validators, ownerdrawn, popup, graphicsctx, xml, wasmedge 2025-12-03 18:54:40 +01:00
popup-03-palette.png Add Phase 3 test coverage: validators, ownerdrawn, popup, graphicsctx, xml, wasmedge 2025-12-03 18:54:40 +01:00
popup-04-color.png Add Phase 3 test coverage: validators, ownerdrawn, popup, graphicsctx, xml, wasmedge 2025-12-03 18:54:40 +01:00
popup-05-positioning.png Add Phase 3 test coverage: validators, ownerdrawn, popup, graphicsctx, xml, wasmedge 2025-12-03 18:54:40 +01:00
popup-06-log.png Add Phase 3 test coverage: validators, ownerdrawn, popup, graphicsctx, xml, wasmedge 2025-12-03 18:54:40 +01:00
print-01-loaded.png Add wxPrinting test app and verify printing infrastructure works 2025-12-03 15:51:44 +01:00
print-02-preview-panel.png Add wxPrinting test app and verify printing infrastructure works 2025-12-03 15:51:44 +01:00
print-03-browser-print-clicked.png Add wxPrinting test app and verify printing infrastructure works 2025-12-03 15:51:44 +01:00
print-04-preview-clicked.png Add wxPrinting test app and verify printing infrastructure works 2025-12-03 15:51:44 +01:00
print-05-page-setup-clicked.png Add wxPrinting test app and verify printing infrastructure works 2025-12-03 15:51:44 +01:00
print-06-print-clicked.png Add wxPrinting test app and verify printing infrastructure works 2025-12-03 15:51:44 +01:00
print-07-callbacks.png Add wxPrinting test app and verify printing infrastructure works 2025-12-03 15:51:44 +01:00
print-08-all-buttons.png Add wxPrinting test app and verify printing infrastructure works 2025-12-03 15:51:44 +01:00
printpreview-01-loaded.png Fix Asyncify and improve build process 2025-12-14 11:59:50 +01:00
printpreview-02-preview-area.png Fix Asyncify and improve build process 2025-12-14 11:59:50 +01:00
printpreview-03-preview-frame.png Fix Asyncify and improve build process 2025-12-14 11:59:50 +01:00
printpreview-04-page-setup.png Fix Asyncify and improve build process 2025-12-14 11:59:50 +01:00
printpreview-05-settings.png Fix Asyncify and improve build process 2025-12-14 11:59:50 +01:00
propgrid-01-loaded.png Add 5 new wxWidgets feature tests: PropertyGrid, Pickers, Collapsible, ListCtrl, InfoBar 2025-12-03 16:57:02 +01:00
propgrid-02-categories.png Add 5 new wxWidgets feature tests: PropertyGrid, Pickers, Collapsible, ListCtrl, InfoBar 2025-12-03 16:57:02 +01:00
propgrid-03-selected.png Add 5 new wxWidgets feature tests: PropertyGrid, Pickers, Collapsible, ListCtrl, InfoBar 2025-12-03 16:57:02 +01:00
propgrid-04-manager.png Add 5 new wxWidgets feature tests: PropertyGrid, Pickers, Collapsible, ListCtrl, InfoBar 2025-12-03 16:57:02 +01:00
regions.png Add WASM feature tests: font enum, text decor, bitmap mask, regions 2025-12-04 11:06:33 +01:00
searchctrl-01-visible.png Fix timer tests and add baseline screenshot update script 2025-11-29 21:20:40 +01:00
searchctrl-02-typing.png Fix timer tests and add baseline screenshot update script 2025-11-29 21:20:40 +01:00
searchctrl-03-after-enter.png Fix timer tests and add baseline screenshot update script 2025-11-29 21:20:40 +01:00
specialized-01-loaded.png Fix Asyncify and improve build process 2025-12-14 11:59:50 +01:00
specialized-02-treebook-initial.png Fix Asyncify and improve build process 2025-12-14 11:59:50 +01:00
specialized-03-treebook-subpage.png Fix Asyncify and improve build process 2025-12-14 11:59:50 +01:00
specialized-04-treebook-expand.png Fix Asyncify and improve build process 2025-12-14 11:59:50 +01:00
specialized-05-bitmapcombo-dropdown.png Fix Asyncify and improve build process 2025-12-14 11:59:50 +01:00
specialized-06-bitmapcombo-select.png Fix Asyncify and improve build process 2025-12-14 11:59:50 +01:00
specialized-07-rearrange-list.png Fix Asyncify and improve build process 2025-12-14 11:59:50 +01:00
specialized-08-get-order.png Fix Asyncify and improve build process 2025-12-14 11:59:50 +01:00
spinctrl-01-visible.png Fix timer tests and add baseline screenshot update script 2025-11-29 21:20:40 +01:00
spinctrl-02-after-click.png Fix timer tests and add baseline screenshot update script 2025-11-29 21:20:40 +01:00
stc-01-loaded.png Add wxDataViewCtrl, wxHtmlWindow, and wxStyledTextCtrl test apps 2025-12-03 11:27:00 +01:00
stc-02-python-default.png Add wxDataViewCtrl, wxHtmlWindow, and wxStyledTextCtrl test apps 2025-12-03 11:27:00 +01:00
stc-03-drc-mode.png Add wxDataViewCtrl, wxHtmlWindow, and wxStyledTextCtrl test apps 2025-12-03 11:27:00 +01:00
stc-04-plain-mode.png Add wxDataViewCtrl, wxHtmlWindow, and wxStyledTextCtrl test apps 2025-12-03 11:27:00 +01:00
stc-05-insert-sample.png Add wxDataViewCtrl, wxHtmlWindow, and wxStyledTextCtrl test apps 2025-12-03 11:27:00 +01:00
stc-06-cleared.png Add wxDataViewCtrl, wxHtmlWindow, and wxStyledTextCtrl test apps 2025-12-03 11:27:00 +01:00
stc-07-line-numbers-toggle.png Add wxDataViewCtrl, wxHtmlWindow, and wxStyledTextCtrl test apps 2025-12-03 11:27:00 +01:00
stc-08-folded.png Add wxDataViewCtrl, wxHtmlWindow, and wxStyledTextCtrl test apps 2025-12-03 11:27:00 +01:00
stc-09-typed.png Add wxDataViewCtrl, wxHtmlWindow, and wxStyledTextCtrl test apps 2025-12-03 11:27:00 +01:00
stc-10a-python.png Add wxDataViewCtrl, wxHtmlWindow, and wxStyledTextCtrl test apps 2025-12-03 11:27:00 +01:00
stc-10b-drc.png Add wxDataViewCtrl, wxHtmlWindow, and wxStyledTextCtrl test apps 2025-12-03 11:27:00 +01:00
stc-10c-python-again.png Add wxDataViewCtrl, wxHtmlWindow, and wxStyledTextCtrl test apps 2025-12-03 11:27:00 +01:00
tabswitch-01-controls.png Fix timer tests and add baseline screenshot update script 2025-11-29 21:20:40 +01:00
tabswitch-02-opengl.png Fix timer tests and add baseline screenshot update script 2025-11-29 21:20:40 +01:00
tabswitch-03-lists.png Fix timer tests and add baseline screenshot update script 2025-11-29 21:20:40 +01:00
tabswitch-04-opengl.png Fix timer tests and add baseline screenshot update script 2025-11-29 21:20:40 +01:00
tabswitch-05-drawing.png Fix timer tests and add baseline screenshot update script 2025-11-29 21:20:40 +01:00
tabswitch-06-controls.png Fix timer tests and add baseline screenshot update script 2025-11-29 21:20:40 +01:00
textdecor.png Add WASM feature tests: font enum, text decor, bitmap mask, regions 2025-12-04 11:06:33 +01:00
timer-01-loaded.png Add baseline screenshots and visual regression testing 2025-11-29 19:55:12 +01:00
timer-02-started.png Fix timer tests and add baseline screenshot update script 2025-11-29 21:20:40 +01:00
timer-03-ticked.png Fix timer tests and add baseline screenshot update script 2025-11-29 21:20:40 +01:00
timer-04-stopped.png Fix timer tests and add baseline screenshot update script 2025-11-29 21:20:40 +01:00
timer-05-fast-started.png Fix timer tests and add baseline screenshot update script 2025-11-29 21:20:40 +01:00
timer-06-fast-running.png Fix timer tests and add baseline screenshot update script 2025-11-29 21:20:40 +01:00
timer-07-fast-stopped.png Fix timer tests and add baseline screenshot update script 2025-11-29 21:20:40 +01:00
timer-08-reset.png Fix timer tests and add baseline screenshot update script 2025-11-29 21:20:40 +01:00
toolbar-01-loaded.png Add baseline screenshots and visual regression testing 2025-11-29 19:55:12 +01:00
toolbar-02-buttons.png Add baseline screenshots and visual regression testing 2025-11-29 19:55:12 +01:00
toolbar-03-new-clicked.png Add baseline screenshots and visual regression testing 2025-11-29 19:55:12 +01:00
toolbar-04-zoom.png Add baseline screenshots and visual regression testing 2025-11-29 19:55:12 +01:00
toolbar-05-toggle-on.png Add baseline screenshots and visual regression testing 2025-11-29 19:55:12 +01:00
toolbar-06-toggle-off.png Add baseline screenshots and visual regression testing 2025-11-29 19:55:12 +01:00
toolbar-07-statusbar.png Add baseline screenshots and visual regression testing 2025-11-29 19:55:12 +01:00
toolbar-08-all-buttons.png Add baseline screenshots and visual regression testing 2025-11-29 19:55:12 +01:00
tree-01-loaded.png Fix wxTreeCtrl test crash and update test coordinates 2025-11-29 22:28:30 +01:00
tree-02-hierarchy.png Fix wxTreeCtrl test crash and update test coordinates 2025-11-29 22:28:30 +01:00
tree-03-selected.png Fix wxTreeCtrl test crash and update test coordinates 2025-11-29 22:28:30 +01:00
tree-04-expanded.png Fix wxTreeCtrl test crash and update test coordinates 2025-11-29 22:28:30 +01:00
tree-05-collapsed.png Fix wxTreeCtrl test crash and update test coordinates 2025-11-29 22:28:30 +01:00
tree-06-added.png Fix wxTreeCtrl test crash and update test coordinates 2025-11-29 22:28:30 +01:00
tree-07-deleted.png Fix wxTreeCtrl test crash and update test coordinates 2025-11-29 22:28:30 +01:00
validators-01-loaded.png Add Phase 3 test coverage: validators, ownerdrawn, popup, graphicsctx, xml, wasmedge 2025-12-03 18:54:40 +01:00
validators-02-text.png Add Phase 3 test coverage: validators, ownerdrawn, popup, graphicsctx, xml, wasmedge 2025-12-03 18:54:40 +01:00
validators-03-integer.png Add Phase 3 test coverage: validators, ownerdrawn, popup, graphicsctx, xml, wasmedge 2025-12-03 18:54:40 +01:00
validators-04-float.png Add Phase 3 test coverage: validators, ownerdrawn, popup, graphicsctx, xml, wasmedge 2025-12-03 18:54:40 +01:00
validators-05-netname.png Add Phase 3 test coverage: validators, ownerdrawn, popup, graphicsctx, xml, wasmedge 2025-12-03 18:54:40 +01:00
validators-06-button.png Add Phase 3 test coverage: validators, ownerdrawn, popup, graphicsctx, xml, wasmedge 2025-12-03 18:54:40 +01:00
wasmedge-01-loaded.png Add Phase 3 test coverage: validators, ownerdrawn, popup, graphicsctx, xml, wasmedge 2025-12-03 18:54:40 +01:00
wasmedge-02-filesystem.png Add Phase 3 test coverage: validators, ownerdrawn, popup, graphicsctx, xml, wasmedge 2025-12-03 18:54:40 +01:00
wasmedge-03-threading.png Add Phase 3 test coverage: validators, ownerdrawn, popup, graphicsctx, xml, wasmedge 2025-12-03 18:54:40 +01:00
wasmedge-04-fonts.png Add Phase 3 test coverage: validators, ownerdrawn, popup, graphicsctx, xml, wasmedge 2025-12-03 18:54:40 +01:00
wasmedge-05-clipboard.png Add Phase 3 test coverage: validators, ownerdrawn, popup, graphicsctx, xml, wasmedge 2025-12-03 18:54:40 +01:00
wasmedge-06-memory.png Add Phase 3 test coverage: validators, ownerdrawn, popup, graphicsctx, xml, wasmedge 2025-12-03 18:54:40 +01:00
wasmedge-07-runall.png Add Phase 3 test coverage: validators, ownerdrawn, popup, graphicsctx, xml, wasmedge 2025-12-03 18:54:40 +01:00
wasmedge-08-log.png Add Phase 3 test coverage: validators, ownerdrawn, popup, graphicsctx, xml, wasmedge 2025-12-03 18:54:40 +01:00
wizard-01-loaded.png Complete remaining wxWidgets feature tests: DataViewVirtual, AuiNotebook, Wizard, GridEdit, Calendar 2025-12-03 17:16:14 +01:00
wizard-02-launch.png Complete remaining wxWidgets feature tests: DataViewVirtual, AuiNotebook, Wizard, GridEdit, Calendar 2025-12-03 17:16:14 +01:00
wizard-03-next-page.png Complete remaining wxWidgets feature tests: DataViewVirtual, AuiNotebook, Wizard, GridEdit, Calendar 2025-12-03 17:16:14 +01:00
wizard-04-back-page.png Complete remaining wxWidgets feature tests: DataViewVirtual, AuiNotebook, Wizard, GridEdit, Calendar 2025-12-03 17:16:14 +01:00
wizard-05-cancel.png Complete remaining wxWidgets feature tests: DataViewVirtual, AuiNotebook, Wizard, GridEdit, Calendar 2025-12-03 17:16:14 +01:00
wxgrid-01-tab.png Fix timer tests and add baseline screenshot update script 2025-11-29 21:20:40 +01:00
wxgrid-02-selection.png Fix timer tests and add baseline screenshot update script 2025-11-29 21:20:40 +01:00
wxgrid-03-editing.png Fix timer tests and add baseline screenshot update script 2025-11-29 21:20:40 +01:00
wxgrid-controls.png Fix Asyncify and improve build process 2025-12-14 11:59:50 +01:00
wxgrid-dedicated-page.png Fix Asyncify and improve build process 2025-12-14 11:59:50 +01:00
xml-01-loaded.png Add Phase 3 test coverage: validators, ownerdrawn, popup, graphicsctx, xml, wasmedge 2025-12-03 18:54:40 +01:00
xml-02-input.png Add Phase 3 test coverage: validators, ownerdrawn, popup, graphicsctx, xml, wasmedge 2025-12-03 18:54:40 +01:00
xml-03-parse.png Add Phase 3 test coverage: validators, ownerdrawn, popup, graphicsctx, xml, wasmedge 2025-12-03 18:54:40 +01:00
xml-04-traverse.png Add Phase 3 test coverage: validators, ownerdrawn, popup, graphicsctx, xml, wasmedge 2025-12-03 18:54:40 +01:00
xml-05-create.png Add Phase 3 test coverage: validators, ownerdrawn, popup, graphicsctx, xml, wasmedge 2025-12-03 18:54:40 +01:00
xml-06-results.png Add Phase 3 test coverage: validators, ownerdrawn, popup, graphicsctx, xml, wasmedge 2025-12-03 18:54:40 +01:00
zorder-01-opengl-tab.png Fix timer tests and add baseline screenshot update script 2025-11-29 21:20:40 +01:00
zorder-02-dropdown-clicked.png Fix timer tests and add baseline screenshot update script 2025-11-29 21:20:40 +01:00
zorder-03-dropdown-closed.png Fix timer tests and add baseline screenshot update script 2025-11-29 21:20:40 +01:00