killgrave
killgrave copied to clipboard
Simple way to generate mock servers written in Go
The docs says: ``` debugger: enabled: false address: localhost:3030 ``` but i can't find any option to enable debugging via CLI
Getting killgrave to work within docker compose, doing the volume mount, specifying the config file, isn't obvious. Can you add a docker compose example in the docs please? Thanks.
Bumps [github.com/spf13/afero](https://github.com/spf13/afero) from 1.6.0 to 1.11.0. Release notes Sourced from github.com/spf13/afero's releases. v1.11.0 What's Changed deps: Update all direct dependencies by @bep in spf13/afero#410 Full Changelog: https://github.com/spf13/afero/compare/v1.10.0...v1.11.0 v1.10.0 What's Changed...
It replaces the [`spf13/afero`](https://github.com/spf13/afero) library in favor of [`io/fs`](https://pkg.go.dev/io/fs). It also includes a small refactor of the imposter's filesystem initialization.
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.0.0 to 1.8.0. Release notes Sourced from github.com/spf13/cobra's releases. v1.8.0 ✨ Features Support usage as plugin for tools like kubectl by @nirs in spf13/cobra#2018 - this means...
#106
Bruno ([https://github.com/usebruno/bruno](https://github.com/usebruno/bruno)) is an alternative to Postman (and similar tools) that's gaining popularity, with its own language, also with support for defining test suites over the HTTP APIs. So, could...
**When we launch the mock server:** **Earlier Behaviour:** 1) For the very first time and if the imposters folder doesn't exist, it will give an error message and fail to...
It sets up the baseline to write acceptance tests. It.. - Assumes the binary `killgrave` exists in the system at testing time. - _So, you need to compile the app...
Based on the most recent changes present on the branch `v0.5.0`, it seems Killgrave is introducing the use of [Cobra](https://github.com/spf13/cobra) as the library used to build and run the CLI...