raml-mocker
raml-mocker copied to clipboard
Raml-mocker 不仅是个 Mock Server,还是一个 API 接口测试工具
Results
2
raml-mocker issues
Sort by
recently updated
recently updated
newest added
依赖的核心模块 raml-1-parser 已经废弃,要进行整体重构到 https://github.com/raml-org/webapi-parser 参加: https://www.npmjs.com/package/raml-1-parser
暂缓
1. API 测试也只能提供一份测试参数,不能对异常数据多种情况进行描述。 2. ```yaml responses: 200: body: example: '' 400: body: type: UpdateGrassFailedVo example: !include ./grass/grass_post_400.json ``` 只会去第一个状态(如:200)作为默认的response 400 的情况除非手动调整顺序否则永远不会返回。
feature