| ▲ | Laurel1234 2 hours ago | ||||||||||||||||
Seems interesting, but I wonder about this > Traditional E2E tests are slow to set up and expensive to maintain. Isn't this just using agents to create e2e tests or is there some better new approach I'm missing? | |||||||||||||||||
| ▲ | okwasniewski 2 hours ago | parent [-] | ||||||||||||||||
We use agents to navigate the app, making real-time decisions based on its state. I prefer to compare it more to a manual QA engineer than to static e2e tests. We spent a lot of time on the harness to make sure the results are reliable. This allows you to assert on dynamic content like AI-generated content. We also support validation of email flows since the agent can read its own email. | |||||||||||||||||
| |||||||||||||||||