HackerTrans
TopNewTrendsCommentsPastAskShowJobs

riyajoshi

1 karmajoined 4 mesi fa

Submissions

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

resources.kusho.ai
5 points·by riyajoshi·5 giorni fa·0 comments

[untitled]

1 points·by riyajoshi·24 giorni fa·0 comments

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

resources.kusho.ai
11 points·by riyajoshi·mese scorso·4 comments

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

resources.kusho.ai
10 points·by riyajoshi·2 mesi fa·3 comments

comments

riyajoshi
·5 giorni fa·discuss
[flagged]
riyajoshi
·9 giorni fa·discuss
I would love this keyboard for myself.
riyajoshi
·9 giorni fa·discuss
Looks very cool.
riyajoshi
·24 giorni fa·discuss
This tool is so helpful for those struggling with getting meaningful tests generated.
riyajoshi
·mese scorso·discuss
Thank you. Would really appreciate feedback on methodology or the evaluation framework!
riyajoshi
·2 mesi fa·discuss
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 mesi fa·discuss
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 mesi fa·discuss
Nice to see a benchmark in this space especially with black-box constraints.