api-testing icon indicating copy to clipboard operation
api-testing copied to clipboard

Support to generator code or commands base on the testcase

Open LinuxSuRen opened this issue 2 years ago • 1 comments

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.

LinuxSuRen avatar Jul 01 '23 10:07 LinuxSuRen

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

LinuxSuRen avatar Apr 23 '24 13:04 LinuxSuRen

This issue has been open 30 days with no activity. This will be closed in 7 days.

github-actions[bot] avatar May 24 '24 18:05 github-actions[bot]