Pad/internal/test/e2e
Greg Pomerantz 03fb63863c Fix test build after NewLogic signature change; add development plan draft
NewLogic now takes (FileSystem, path, openfunc); update the e2e harness
and editor tests accordingly. The harness uses a no-op openfunc, matching
impl_other.go (the real app's OpenFile is a platform bridge, no-op off
Android).

Also adds doc/development_plan.md (draft, with corrections note re: the
live repo state).
2026-08-15 22:18:04 -04:00
..
assertions.go Add e2e test harness for testing editor logic without Gio display 2026-05-31 08:56:30 -04:00
browser_files_test.go Fix bugs in e2e tests and remove list item selection highlight 2026-06-02 13:30:09 -04:00
capture.go Add e2e test harness for testing editor logic without Gio display 2026-05-31 08:56:30 -04:00
cursor_interaction_test.go fix: update tests and fix SetCursorFromPoint panic 2026-06-04 07:24:44 -04:00
edit_lifecycle_test.go feat: virtual scrolling with chunked buffer for large files 2026-06-05 09:11:32 -04:00
harness_test.go Implement click-to-move cursor in the editor 2026-06-03 22:04:16 -04:00
harness.go Fix test build after NewLogic signature change; add development plan draft 2026-08-15 22:18:04 -04:00
helpers.go Add e2e test harness for testing editor logic without Gio display 2026-05-31 08:56:30 -04:00
scroll_cursor_test.go Fix cursor movement bug in scrolled editor and add regression test 2026-06-04 13:53:42 -04:00
search_test.go Fix deadlock when opening files and update E2E tests 2026-06-04 13:06:30 -04:00
sort_mode_test.go Fix deadlock when opening files and update E2E tests 2026-06-04 13:06:30 -04:00
type_at_start_test.go Fix redundant file loading and buffer insertion bugs 2026-06-05 10:45:48 -04:00