killgrave
killgrave copied to clipboard
Simple way to generate mock servers written in Go
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.7.0 to 1.8.0. Commits 181cea6 impr: CallerInfo should print full paths to the terminal (#1201) cf1284f Allow mock expectations to be ordered (#1106) 66eef0e fix: assert.MapSubset (or...
I start by telling you that your project is fantastic, I just wanted to know its status since there are some PR not included yet and the last commit is...
With this commit I want to mantain the backward compatibility with the v0.4.1, because right now have not sense to create the break change to separate the `http` into a...
**issue:** #31 Following is the summary of the changes done in the PR so far: - As part of this PR, I've introduced a new way to handle Random/Repeatable responses....
Implement a new Generate command to generate imposters from swagger. The command addresses many typical use cases but will need to be extended further to cover specialist use cases. Works...
Hi, i've just found your project and really like the simplicity. But i have trouble to mock responses for requests with unknown paths. For example i want to mock the...
Although it might be a bit out of the scope of this project, it could be interesting to enable an interactive mode in order to let the user to manually...
### Context A lot of API that run on the world using Swagger to create a specification to document it. Is for that reason that we want to get the...