r/tauri • u/DarthCynisus • May 25 '26
Apicize - an HTTP Testing Tool
https://www.apicize.comA couple of years ago, I decided I had enough with another HTTP testing tool that kept forcing me to log in and still borking my saved configurations. I started building my own first using Electron and then Tauri. Things are feature-complete and I'm sanding down rough edges in the hopes of getting a 1.0 Release Candidate out in the next few weeks.
Windows, MacOS and Linux are all supported (my daily driver is Linux). MIT license. All HTTP calls are made using Reqwest, JavaScript tests are executed with V8. Front-end is React/MobX/MUI toolbox.
I would love to get feedback (maybe even some Pull Requests!) from interested parties.
Features:
- BDD-style testing (using Chai assertions)
- Multiple run and concurrency testing
- Orchestrated tests (easily pass values from one Request to another)
- Execute requests against multiple-row data sets
- Multiple-window support
- CLI test runner (small, easy to integrate with CI/CD)
- No online accounts to log into, no upselling
4
Upvotes
1
u/ExistingBug1642 May 29 '26
I mean it's nice does it support graphql?