-
It would be nice to be able to fail a test with a clear diff between the expected and actual request body sent to a mock.
Use case: I'm mocking a third-party XML-based API and want to verify that a…
-
The following errors were reported by 5.7.0-dev.20240904 vs 5.5.4
[Pipeline that generated this bug](https://typescript.visualstudio.com/TypeScript/_build?definitionId=48)
[Logs for the pipeline run](…
-
First of all - very nice work and project!
I have to mock several REST Services that are secured wtith basic authentication. Is it now or in the future possible to make that work?
I know I can sim…
-
**Describe the bug**
Reading trough the docs it seems like the mock server supposed to auto-return the example defined in the open api.
I can see that mock server successfully found the routes. But…
-
Hello,
I'm missing a Mock Stomp Server that can be used to automate tests with jest. And documentation about how to write basic tests.
I've already tested https://github.com/rufusraghunath/js-s…
-
Hi All,
This project is exactly what I need. However, the "DEMO" link fails to load data. I tried the same method from the command line:
```
curl -v https://restool-sample-app.herokuapp.com/api/c…
-
Error [ERR_HTTP_HEADERS_SENT]: Cannot set headers after they are sent to the client.
I want to use both `pathRewrite` and `followRedirects`.
I use the vue webpack config this funtions.
But When I…
cdisk updated
3 years ago
-
Firstly, I think I have greatly under estimated the amount of effort Relay team must have put in to unsure infra reliability @ FB. This is because I actually used to work at Facebook and working with …
-
### Reason/Context
Following #1366 and #1371, I think we should go a step further and automatically add parameter constraint when a parameter is marked as `required` with an OpenAPI specification. …
-
**Is your feature request related to a problem? Please describe.**
I am working on a Typescript React App and currently use [StorybookJS](https://storybook.js.org/) to be able to test my components o…