文件名称:swagger-testing:使用SwaggerAPI进行自动API测试
文件大小:49KB
文件格式:ZIP
更新时间:2024-06-15 07:29:46
TypeScript
昂首阔步的测试 使用自动进行RESTful API测试 注意:该项目正在开发中,尚未准备就绪。 安装 npm install swagger-testing 用法 独立的 var SwaggerTesting = require ( 'swagger-testing' ) ; var swaggerSpec = require ( './swagger.json' ) ; var swagger = new SwaggerTesting ( swaggerSpec ) ; swagger . testOperation ( { path : '/pet' , operation : 'GET' } , function ( err ) { if ( ! err ) { console . log ( 'Successfully tested GET /pet' ) ;
【文件预览】:
swagger-testing-master
----src()
--------index.ts(3KB)
----.travis.yml(18B)
----gulpfile.js(709B)
----tsconfig.json(239B)
----LICENSE(1KB)
----test()
--------index.ts(2KB)
--------swaggers()
----README.md(2KB)
----typings()
--------form-data()
--------node()
--------mocha()
--------request()
--------lodash()
--------z-schema()
--------gulp()
----.editorconfig(415B)
----.gitignore(2KB)
----package.json(1KB)