api-testing
api-testing copied to clipboard
YAML based API testing tool. 开源接口调试、测试工具。Mock Server
## Refactor API Testing frontend - [x] HTTP client component: fetch -> axios - [x] Add page router : vue-router - [x] Refactoring the front-end directory structure - [ ]...
This project is using [element-plus](https://element-plus.org/). 
*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....
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...
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 -...
*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*: >...
*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...
1. add issue & pr tmpl; 2. add codecov check; 3. add issue managerment bot 4. & etc. I will to do it.
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...