HackerTrans
トップ新着トレンドコメント過去質問紹介求人

Paster335

no profile record

投稿

Show HN: NUA an agent that tests for product correctness

trynua.dev
8 ポイント·投稿者 Paster335·先月·4 コメント

コメント

Paster335
·先月·議論
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.
Paster335
·先月·議論
Yeah! One of our plans for the future is to integrate with GH actions so that our tests run on every pr.