pcbjam/tests/e2e/utils
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Viktor Vaczi 251056e506 Clean up test infrastructure and fix test assertions
- Replace test.skip() with proper expect() assertions when app fails to load
- Remove button-finder utility (no longer needed with element registry)
- Remove kicad tests (tested separately)
- Add findByName/clickByName helpers for bitmap buttons
- Fix element lookups: use clickByName for bitmap buttons, clickTreeItem
  for treebook pages, selectComboItem for wxChoice items
- Add SetName() to shape buttons in bitmapbuttons_test.cpp
- Remove verbose logging from print and threadpool tests
- Update README to reflect current test infrastructure

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-01 20:18:19 +01:00
..
button-finder.ts Implement wxClipboard and add button finder utility for canvas testing 2025-12-03 10:19:50 +01:00
element-tracker.ts Clean up test infrastructure and fix test assertions 2026-01-01 20:18:19 +01:00
fixtures.ts Add element registry for semantic E2E test automation 2025-12-29 12:11:33 +01:00
test-utils.ts Organize test logs into separate directories by test suite and file 2025-12-27 16:35:40 +01:00