-
As a developer, I want the `get_snippets` and `get_snippet` API endpoints to include `like_count` and `dislike_count` for each snippet, so that the frontend can display the number of likes and dislike…
-
### Description
We need to add comprehensive integration tests for our C# integration library that interacts with an HTTP REST API (VTEX) . These tests should ensure that our integration library corr…
-
**Is your feature request related to a problem? Please describe.**
When writing a web application that makes many API calls, it is often challenging to get good code coverage without mocking the API.…
-
Before building anything else, I want to formalize the mocking process.
I want to be able to reuse this in consumers (like [ntelebot](https://github.com/nmlorg/ntelebot/issues/11)), which won't nec…
-
## Description
This flow involves addressing the current problems with the sandbox and implementing Sandbox 2.0 with enhanced features. The key activities include:
![Image](https://github.com/user-at…
-
My app polls a URL which returns "pending" until it returns "done". The URL is exactly the same each time I poll. Is it possible for exvcr to record the fact that the first request and the last reques…
-
-
Searching through issues can be tricky because there is no usage of labels.
It would be helpful if issues could be marked with a package label, f.e.
- `test-runner`
- `dev-server`
- `mocks`
-…
-
The tests currently talk to a live server, which is great for dev testing but not ideal for an automated suite. We should change them to use mocked responses by default, but still be able to talk to …
-
Hi for my work projects I need to mock up RPC with multipart/form-data with application/xml or application/json and signs. I need to parsed body of files and fields for rules and for generate response…