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

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

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

See also https://github.com/LinuxSuRen/gows

enhancement
stale

## Refactor API Testing frontend - [x] HTTP client component: fetch -> axios - [x] Add page router : vue-router - [x] Refactoring the front-end directory structure - [ ]...

enhancement

This project is using [element-plus](https://element-plus.org/). ![image](https://github.com/LinuxSuRen/api-testing/assets/1450685/ca9726c9-5c0a-4aa6-a174-13b1f423481e)

good first issue

*Description*: Console is start. but no. *Repro steps*: 1. `npm i` or `cnpm i` 2. `npm run dev` >**Note**: If there are privacy concerns, sanitize the data prior to sharing....

bug
legend

The [Mock Server](https://github.com/LinuxSuRen/api-testing/blob/ffac34fd9dc373bb5a2c7b56f54fae2efd52ebf4/cmd/mock.go) can only read the config at the startup stage. Users need to restart it if they modified the config file content. ## Solution Support to watch the...

enhancement
good first issue

First of all, thank for all contributors. And please feel free to sign CAL when you have free time. - [x] @Ink-33 - [ ] @kuv2707 - [x] @im-jinxinwang -...

chore

*Description*: >What issue is being seen? Describe what should be happening instead of the bug, for example: api-testing should not crash, the expected value isn't returned, etc. *Repro steps*: >...

bug

*Description*: Now, users can trigger a test suite via the following command: `atest run -p http://localhost:9090/server.Runner/ConvertTestSuite?suite=api-testing` but, they still need download `atest` first. If we have a simple HTTP endpoint...

enhancement

1. add issue & pr tmpl; 2. add codecov check; 3. add issue managerment bot 4. & etc. I will to do it.

chore

Below is the Golang code generator. * https://github.com/LinuxSuRen/api-testing/blob/e05ff4b485e0c525ea7f78b4d653ddc230c5716e/pkg/generator/golang_generator.go Similarly, we could add the Python code generator. Please feel free to do some research to find out how to make a...

enhancement
good first issue