supertest-rest

时间:2024-06-21 12:50:34
【文件属性】:

文件名称:supertest-rest

文件大小:5KB

文件格式:ZIP

更新时间:2024-06-21 12:50:34

JavaScript

关于 supertest-rest是http api测试框架,基于supertest,特别是REST架构api 安装 npm install supertest-rest 测试 mocha 例子 用法 为一些设置和测试用例创建一个配置对象 { // you can define endPoint or make your owner custom supertest request as well endPoint : // base url of api getReqeust : // custom supertest testCases : // Array of test case object } 测试用例对象可以像下面的示例: { name: "updatePets1", put: "/pets/{{id}}", params: { n


【文件预览】:
supertest-rest-master
----LICENSE(1KB)
----test()
--------test.js(2KB)
----.gitignore(526B)
----index.js(2KB)
----readme.md(2KB)
----package.json(355B)

网友评论