api-testing
api-testing copied to clipboard
YAML based API testing tool. 开源接口调试、测试工具。Mock Server
Sometimes, we might need to use the HTTP request in different cases. For instance, take the HTTP request as javascript code lines running in the browser. Or, use the curl...
`atest` could install as a Linux or macOS service according to the OS until [v0.0.12](https://github.com/LinuxSuRen/api-testing/releases/tag/v0.0.12). See also the following output. See the code lines of this [sub-command](https://github.com/LinuxSuRen/api-testing/blob/02d7e23cb322558e011e9992f108ce1afe3637b5/cmd/service.go) ```shell # atest...
Postman has a wonderful feature that could start an HTTP proxy server. This project already has [the backend function](https://github.com/LinuxSuRen/api-testing/tree/master/extensions/collector). We just need to expose the service on the UI. See...
We need the `ServiceMonitor` to expose the Promethus metrics. Please feel free to put it into https://github.com/LinuxSuRen/api-testing/tree/master/helm/api-testing/templates , and don't forget the compaitble. See also https://stackoverflow.com/questions/52991038/how-to-create-a-servicemonitor-for-prometheus-operator
Currently, all clients could connect to the gRPC server with any auth. It's not safe for the production environment. We could simply support username/password or other auth method. See also:...
We already support it on the Linux platform. See also [here](https://github.com/LinuxSuRen/api-testing/blob/master/cmd/service.go). Please feel free to read the following references below if you're interested in this issue: * [How to Run...
See also https://github.com/LinuxSuRen/http-downloader/blob/c2c33156de7282ca439945ca05dc52782431e90f/.github/workflows/release.yaml#L33
It's not necessary to define the swagger related sturcts by ourself. We don't need to consider the details. Please see also the following links if you're interested in it. *...
Currently, all the test reports are embed in the code lines. But it's quite normal that uesrs want a new test report style. A simple solution is that allowing pass...
See also the similar issue https://github.com/LinuxSuRen/api-testing/issues/101