api-testing
api-testing copied to clipboard
Support to generator code or commands base on the testcase
Sometimes, we might need to use the HTTP request in different cases. For instance, take the HTTP request as javascript code lines running in the browser. Or, use the curl command to run in Linux.
All the languages could send an HTTP request. But we could support some of the most popular ones:
- [x] curl command
- [ ] JavaScript
- [x] Golang
- [x] Python
- [x] Java
A very important thing that we need to consider, is how to make sure the generated code lines work well.
See also:
- Python https://github.com/LinuxSuRen/api-testing/pull/371 and https://github.com/LinuxSuRen/api-testing/pull/398
- Java https://github.com/LinuxSuRen/api-testing/pull/369
- JavaScript https://github.com/LinuxSuRen/api-testing/issues/395
This issue has been open 30 days with no activity. This will be closed in 7 days.