|
|
|
|
|
by gavinray
357 days ago
|
|
That's great to know! Do you have an example on-hand by chance? If that's possible, I guess the only thing I'd request is interopability with the REST Client ".http" files that VS Code/JetBrains IDE's support then. UPDATE: Found it, looks like you can do it via the below POST https://example.org/api/tests
Content-Type: application/json
file,insert_user.request.json;
[Asserts]
body == file,insert_user.expected.json;
So that just leaves the IDE integration bit. |
|