HackerTrans
TopNewTrendsCommentsPastAskShowJobs

riyajoshi

1 karmajoined 4 tháng trước

Submissions

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

resources.kusho.ai
5 points·by riyajoshi·5 ngày trước·0 comments

[untitled]

1 points·by riyajoshi·24 ngày trước·0 comments

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

resources.kusho.ai
11 points·by riyajoshi·tháng trước·4 comments

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

resources.kusho.ai
10 points·by riyajoshi·2 tháng trước·3 comments

comments

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