I'm currently writing a workaround to be able to do an HTTP request, with the test JSON in the body piping it to a file, run curl runnings and then piping the output back to the result of the call.
This way curl runnings could integrate with my front end to select test cases.
Would it be possible to support this natively?
in case you are interested, I just wrote a small node wrapper around it. You can find it here:
https://github.com/meiremans/curl-runnings-http
I'm currently writing a workaround to be able to do an HTTP request, with the test JSON in the body piping it to a file, run curl runnings and then piping the output back to the result of the call.
This way curl runnings could integrate with my front end to select test cases.
Would it be possible to support this natively?
in case you are interested, I just wrote a small node wrapper around it. You can find it here:
https://github.com/meiremans/curl-runnings-http