▲ | tobr a day ago | |||||||||||||||||||||||||||||||
Interesting! My first concern is - isn’t this the ultimate non-deterministic test? In practice, does it seem flaky? | ||||||||||||||||||||||||||||||||
▲ | anerli a day ago | parent [-] | |||||||||||||||||||||||||||||||
So the architecture is built with determinism in mind. The plan-caching system is still a work in progress, but especially once fully implemented it should be very consistent. As long as your interface doesn't change (or changes in trivial ways), Moondream alone can execute the same exact web actions as previous test runs without relying on any DOM selectors. When the interface does eventually change, that's where it becomes non-deterministic again by necessity, since the planner will need to generatively update the test and continue building the new cache from there. However once it's been adapted, it can once again be executed that way every time until the interface changes again. | ||||||||||||||||||||||||||||||||
|