|
|
|
|
|
by p0deje
480 days ago
|
|
I experimented with Computer Use and even though it's pretty cool, I ended up not using it for 2 main reasons: 1. It's unreasonably expensive. A single test "2+2=4" for a web calculator costs around $0.15. I run roughly 1k tests per month on CI and I don't want to spend $150 on those. The approach I took with Alumnium costs me $4 per month for the same amount of tests. 2. It tries too hard to make the test pass even when it's not possible. When I intentionally introduced bugs in applications, Computer Use sometimes pretended the everything was fine and marked the test passed. Alumnium on the other hand attempts to fail as early as possible. |
|
Omini parser lets you split section of the UI to hash and watch for changes that are relevant.
For 2, can you give some examples?