feat(automation): pure UI node model + JSON serializer with unit test

This commit is contained in:
SoftFever
2026-06-03 01:28:43 +08:00
parent 11301086a7
commit 0be138b981
7 changed files with 212 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
// Catch2 provides main() via Catch2::Catch2WithMain. This TU exists so the
// executable has at least one source plus a stable name; per-feature TEST_CASEs
// live in the test_*.cpp files.
#include <catch2/catch_all.hpp>