Go to file
Rick e1270c748e
feat: support form request (#8)
Co-authored-by: rick <LinuxSuRen@users.noreply.github.com>
2023-03-08 17:32:53 +08:00
.github chore: build with gorelease in the pr (#5) 2023-03-05 20:16:03 +08:00
cmd feat: improve the HTTP request payload and expect (#2) 2023-03-05 11:32:27 +08:00
pkg feat: support form request (#8) 2023-03-08 17:32:53 +08:00
sample feat: improve the HTTP request payload and expect (#2) 2023-03-05 11:32:27 +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
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 form request (#8) 2023-03-08 17:32:53 +08:00
README.md feat: improve the HTTP request payload and expect (#2) 2023-03-05 11:32:27 +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 form request (#8) 2023-03-08 17:32:53 +08:00
go.sum feat: support form request (#8) 2023-03-08 17:32:53 +08:00
main.go chore: build with gorelease in the pr (#5) 2023-03-05 20:16:03 +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

Limit

  • Only support to parse the response body when it's a map