Rendered at 12:49:57 GMT+0000 (Coordinated Universal Time) with Cloudflare Workers.
bcharest_dev 21 hours ago [-]
Super cool product. The hero demos on the landing page are some of the best I have seen btw. I love the interaction.
I've been looking into similar ideas but more aimed towards backend-specific testing. Have you explored this area at all, or is agent-qa frontend tests only?
pranshuchittora 20 hours ago [-]
Thanks for those kind words. The landing page's demo required lots of sculpting.
I would say that agent-qa is not only frontend focused. As you can run hooks in sandboxed env to test apis, so a better way to put it is with agent-qa you can test the product end-to-end not only UI.
But the issue with API testing / backend is that coding harnesses are really good at it. A product manager who writes user stories should be able to write tests for the product, and usually PMs don't care about the APIs.
I've been looking into similar ideas but more aimed towards backend-specific testing. Have you explored this area at all, or is agent-qa frontend tests only?
But the issue with API testing / backend is that coding harnesses are really good at it. A product manager who writes user stories should be able to write tests for the product, and usually PMs don't care about the APIs.
Do give agent-qa a try, and consider giving it a star on GH https://github.com/vostride/agent-qa
Thanks!