The probem
I was working on integrating an API that has to make some requests to generate an account for the user, but this process was becoming quite repetitive. That's one thing, but when we were doing quality control testing, we had the problem of repeating this process, which took us a long time. Almost half the time we spent on testing was just to generate the account. That's why it occurred to me that maybe there was a tool like Postman that I could tell to “run this flow for this user” and it would do it. Maybe I didn't look hard enough because I didn't find it. I was checking what the built-in agent in Postman can do, but the truth is that it doesn't do much and it's a bit silly. From there, I saw if maybe Obsidian could do it through plugins, and I didn't find anything either.
It's strange because I think it would be a good tool even for non-technical people who are simply told “run this flow with this data” and do it without having to modify a json, so since I didn't find it, I started creating it myself in my free time as a side project to see what would come of it. At the moment, I have a forked Bruno to start and do some test to see what happen. I'm very excited about this project because, when I do something on my own, I'll post more information about the progress.
By the way this is my first post

Top comments (0)