Go to file
Rick e57743633b
feat: support to print a sample YAML (#20)
Co-authored-by: Rick <linuxsuren@users.noreply.github.com>
2023-04-02 11:50:43 +08:00
.github chore: build with gorelease in the pr (#5) 2023-03-05 20:16:03 +08:00
cmd feat: support to print a sample YAML (#20) 2023-04-02 11:50:43 +08:00
pkg fix: could not skip the error when given flag (#19) 2023-04-01 21:21:24 +08:00
sample feat: support to print a sample YAML (#20) 2023-04-02 11:50:43 +08:00
.gitignore feat: improve the HTTP request payload and expect (#2) 2023-03-05 11:32:27 +08:00
.goreleaser.yaml chore: build with gorelease in the pr (#5) 2023-03-05 20:16:03 +08:00
CONTRIBUTION.md feat: support output the test report (#17) 2023-04-01 19:00:50 +08:00
Dockerfile Support to init k8s cluster 2022-06-09 11:00:16 +08:00
LICENSE Initial commit 2022-06-08 14:12:05 +08:00
Makefile feat: support output the test report (#17) 2023-04-01 19:00:50 +08:00
README.md fix: the coverage baddge link is incorrect (#11) 2023-03-10 20:55:06 +08:00
action.yml Add goreleaser config file 2022-06-09 11:09:01 +08:00
entrypoint.sh test: add unit tests (#3) 2023-03-05 16:25:20 +08:00
go.mod feat: support to print a sample YAML (#20) 2023-04-02 11:50:43 +08:00
go.sum feat: support to print a sample YAML (#20) 2023-04-02 11:50:43 +08:00
main.go feat: support to print a sample YAML (#20) 2023-04-02 11:50:43 +08:00

README.md

Codacy Badge Codacy Badge GitHub All Releases

This is a API testing tool.

Feature

  • Response Body fields equation check
  • Response Body eval
  • Output reference between TestCase

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