![]() |
||
---|---|---|
.github | ||
cmd | ||
pkg | ||
sample | ||
.gitignore | ||
.goreleaser.yaml | ||
CONTRIBUTION.md | ||
Dockerfile | ||
LICENSE | ||
Makefile | ||
README.md | ||
action.yml | ||
go.mod | ||
go.sum | ||
main.go |
README.md
This is a API testing tool.
Feature
- Response Body fields equation check
- Response Body eval
- Output reference between TestCase
- Run in server mode, and provide the gRPC endpoint
- VS Code extension support
Template
The following fields are templated with sprig:
- API
- Request Body
TODO
- Reduce the size of context
- Support customized context
Limit
- Only support to parse the response body when it's a map or array