test runner used as embedded for testing rest endpoint, details wanted
hello, i use internal webstorm test runner to test rest endpoints, i have seen in documentation but still have questions:
what language and which testing framework is used for comparations
can i run this tests without webstorm in terminal/console?
Please sign in to leave a comment.
Response handler scripts should be written in JavaScript ECMAScript 5.1
You can find JetBrains HTTP Request in Editor specification at https://github.com/JetBrains/http-request-in-editor-spec/blob/master/spec.md.
It's not currently possible to run the client in terminal; please vote for https://youtrack.jetbrains.com/issue/WI-42002 to be notified on any progress with this feature