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

riyajoshi

1 カルマ登録 4 か月前

投稿

Whitepaper: The judgment problem in AI-generated API test suites

resources.kusho.ai
5 ポイント·投稿者 riyajoshi·5 日前·0 コメント

[untitled]

1 ポイント·投稿者 riyajoshi·24 日前·0 コメント

Show HN: Black-box API bug detection across 7 AI systems

resources.kusho.ai
11 ポイント·投稿者 riyajoshi·先月·4 コメント

Show HN: Open-source CLI to generate UI tests from user flows

resources.kusho.ai
10 ポイント·投稿者 riyajoshi·2 か月前·3 コメント

コメント

riyajoshi
·5 日前·議論
[flagged]
riyajoshi
·9 日前·議論
I would love this keyboard for myself.
riyajoshi
·9 日前·議論
Looks very cool.
riyajoshi
·24 日前·議論
This tool is so helpful for those struggling with getting meaningful tests generated.
riyajoshi
·先月·議論
Thank you. Would really appreciate feedback on methodology or the evaluation framework!
riyajoshi
·2 か月前·議論
Hi HN, I built an open-source CLI that records a user flow in the browser and generates UI test cases from it. It captures the interaction as a Playwright script and then generates additional test cases (including variations like invalid inputs, edge cases, etc.). The goal is to help teams get initial UI test coverage faster. Writing tests from scratch is time-consuming, so this tries to reduce that initial effort. The tool is fully open source and runs locally. You bring your own LLM key, and nothing is sent anywhere except your chosen provider. Would really appreciate feedback on: accuracy of generated tests where it’s useful where it breaks
riyajoshi
·3 か月前·議論
The part about newer endpoints having significantly higher auth failure rates felt very real. In most teams I’ve seen, older endpoints get hardened over time but new ones ship fast and testing doesn’t catch up. This report kind of quantifies that gap.
riyajoshi
·3 か月前·議論
Nice to see a benchmark in this space especially with black-box constraints.