与 PC 侧 tests/_collect.html 同结构、同口径(window.__koleCollectResult),但只收集 tests/mobile/ 下的移动端测试页,组件清单取自 site/m/data.mobile.json(不读 PC 的 site/data.json)。断言引擎共用 tests/_runtime.js,行为动词来自移动端 _behaviors.js。零 npm 依赖。
tests/_collect.html
window.__koleCollectResult
tests/mobile/
site/m/data.mobile.json
site/data.json
tests/_runtime.js
_behaviors.js
…