api-testing icon indicating copy to clipboard operation
api-testing copied to clipboard

YAML based API testing tool. 开源接口调试、测试工具。Mock Server

Results 45 api-testing issues
Sort by recently updated
recently updated
newest added

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

Currently, we only have one endpoint for running the test cases. The [VS Code extension](https://github.com/LinuxSuRen/vscode-api-testing) could communicate with it. It would be great if the VS Code side could get...

enhancement
good first issue

> We highly recommend you read [the contributor's documentation](https://github.com/LinuxSuRen/api-testing/blob/master/CONTRIBUTING.md) before starting the review process especially since this is your first contribution to this project. > > It was updated on...

skip-changelog
test

Bumps [ws](https://github.com/websockets/ws) from 8.13.0 to 8.17.1. Release notes Sourced from ws's releases. 8.17.1 Bug fixes Fixed a DoS vulnerability (#2231). A request with a number of headers exceeding the[server.maxHeadersCount][] threshold...

skip-changelog
dependencies
javascript

The server cannot start. See also the error stack: ![image](https://github.com/LinuxSuRen/api-testing/assets/1450685/72615725-9691-46b5-955c-cc9f812eb721)

bug

*Description*: Now that we have the documentation site. so, we need to optimize document formatting and content in document sites. We can refer this docs guide: https://github.com/ruanyf/document-style-guide. in addition, we...

documentation
help wanted
good first issue

*Description*: The ListTestCase interface throws a 500 exception when a test resource yaml file other than the one created exists in the atest directory. ![f6fa0ffe2f1074d7e1565957df2b25d](https://github.com/LinuxSuRen/api-testing/assets/77964041/22b1f5e9-9004-426f-81f1-6a19a76e7a3a) *Repro steps*: 1. git pull...

bug
legend

- For #416

enhancement

> We highly recommend you read [the contributor's documentation](https://github.com/LinuxSuRen/api-testing/blob/master/CONTRIBUTING.md) before starting the review process especially since this is your first contribution to this project. > > It was updated on...

enhancement