pcbjam/scripts
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Viktor Vaczi 961455ef54 Add baseline screenshots and visual regression testing
Add infrastructure for visual regression testing of wxWidgets WASM rendering:

- Add 121 baseline screenshots capturing all UI states tested by Playwright
- Add scripts/compare-screenshots.sh to compare test results vs baseline
- Update tests/WHATWORKS.md with documentation on screenshot comparison
- Update wxwidgets submodule with dialog refactoring

The baseline screenshots cover:
- Main app tabs (Controls, Text Input, Drawing, Lists, OpenGL, Grid, Dialogs)
- Standalone test apps (menu, toolbar, layout, aui, clipboard, filedialog, etc.)
- Dialog/MessageBox rendering (info, yes/no, error, custom dialogs)
- OpenGL rendering tests (immediate mode, vertex arrays, matrix ops)
- UI interactions (dropdowns, tab switching, z-ordering)

Use ./scripts/compare-screenshots.sh to check for visual regressions.
Small byte differences (<2%) are typically timestamps, not visual changes.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-29 19:55:12 +01:00
..
build-core-wasm.sh Update core library to use real wxBase instead of wx_shim 2025-11-27 08:39:22 +01:00
build-wasm-test.sh Add standalone test apps and Playwright specs for wxWidgets WASM 2025-11-29 16:19:13 +01:00
build-wxbase-wasm.sh Add board_model library and Phase 3 wxUniversal plan 2025-11-27 09:24:31 +01:00
build-wxuniversal-wasm.sh Fix wxChoice/wxComboBox dropdown rendering and add tests 2025-11-29 10:08:42 +01:00
build-wxwidgets-wasm-clean.sh Add reproducible build system for wxWidgets WASM port 2025-11-27 15:30:10 +01:00
build.sh Complete Phase 1: Build KiCad with optional dependencies disabled 2025-11-26 16:33:48 +01:00
compare-screenshots.sh Add baseline screenshots and visual regression testing 2025-11-29 19:55:12 +01:00
generate-wxwidgets-patches.sh Add reproducible build system for wxWidgets WASM port 2025-11-27 15:30:10 +01:00
prepare.sh Complete Phase 1: Build KiCad with optional dependencies disabled 2025-11-26 16:33:48 +01:00
update-kicad.sh Complete Phase 1: Build KiCad with optional dependencies disabled 2025-11-26 16:33:48 +01:00