Background
Automation testing work often starts inside one repository, then spreads across products, environments, devices, reports, and local machines. MeteorTest is an attempt to make that execution loop visible and repeatable without moving every test into the platform itself.
Problem
The hard part is not only running pytest or Appium. The hard part is knowing which project, suite, app artifact, environment, executor, log, report, failure summary, and AI operation belong to the same run.
Approach
MeteorTest keeps the platform as the control plane and lets the Local Agent handle execution. Test repositories own their code and expose a meteortest.yml contract; the platform imports that contract and schedules tasks against it.