Show HN: NUA an agent that tests for product correctness(trynua.dev)
trynua.dev
Show HN: NUA an agent that tests for product correctness
https://trynua.dev/
6 comments
Looks cool. I've faced the tautological tests issue as well, so curious to see how you guys are solving that.
Where do the tests run? Is it testing the prod app?
Where do the tests run? Is it testing the prod app?
Thanks for the feedback! When adding an app, you can point it to a staging url. Tests will run on your staging enviroment.
On the tautological tests piece we generate tests from yuor documentation not your code. This way, are tests are formatted as paths instead of a set of assertions. Furthemore, our tests are in natural language, and we have an agent that goes through the click paths and validates that each step is behaving as intended. This beats writing playwrights which often break when a major UI update happens.
On the tautological tests piece we generate tests from yuor documentation not your code. This way, are tests are formatted as paths instead of a set of assertions. Furthemore, our tests are in natural language, and we have an agent that goes through the click paths and validates that each step is behaving as intended. This beats writing playwrights which often break when a major UI update happens.
For example, we work in reg tech, so bugs aren’t always technical. What we often see is things like insider trading alerts that should’ve fired that didn’t. We wanted an agent that turns laws and regulations into tests.
For now, users can upload PDF, MD, TXT, and DOCX files, but we’re planning integrations like Slack, Notion, Linear, and Zoom in the future.
We’re early on, so we would love to know what you all think!