Rick

Results 477 issues of Rick

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...

enhancement
ui

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

good first issue

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:...

enhancement
good first issue

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...

enhancement
help wanted
good first issue

See also https://github.com/LinuxSuRen/http-downloader/blob/c2c33156de7282ca439945ca05dc52782431e90f/.github/workflows/release.yaml#L33

good first issue

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. *...

good first issue

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...

enhancement
good first issue

See also the similar issue https://github.com/LinuxSuRen/api-testing/issues/101

enhancement
good first issue

The test case files are might stored in a HTTP server. It would be good to support loading it from an URL in this case. See also the following example...

enhancement
good first issue

It could be similar with https://github.com/LinuxSuRen/api-testing/pull/69. See the following example: ```yaml name: Gitlab before: items: - "waitPod('default-ns', 'app=gitlab', '2m')" items: - name: projects request: api: https://gitlab.com/api/v4/projects before: items: - "sleep(1)"...

enhancement