chai-postman:Chai插件对Postman Collections进行断言

时间:2024-06-02 10:41:46
【文件属性】:

文件名称:chai-postman:Chai插件对Postman Collections进行断言

文件大小:103KB

文件格式:ZIP

更新时间:2024-06-02 10:41:46

JavaScript

邮递员 对Postman Collections进行断言 安装 $ npm install chai-postman --save-dev 用法 为了使用此插件,请确保已安装 和 。 var _ = require ( 'lodash' ) , chai = require ( 'chai' ) , sdk = require ( 'postman-collection' ) , chaiPostman = require ( 'chai-postman' ) , req , res , expect = chai . expect ; chai . use ( chaiPostman ( sdk , _ ) ) ; // create postman-collection request and response instances r


【文件预览】:
chai-postman-develop
----.gitignore(959B)
----codecov.yml(603B)
----.eslintrc(14KB)
----package.json(2KB)
----package-lock.json(224KB)
----LICENSE.md(11KB)
----.travis.yml(4KB)
----CHANGELOG.yaml(2KB)
----index.js(35B)
----.nycrc.js(773B)
----.github()
--------CONTRIBUTING.md(9KB)
--------workflows()
--------travis-deploy-key.enc(3KB)
--------dependabot.yml(244B)
----npm()
--------test-system.js(1KB)
--------create-release.js(1KB)
--------test-browser.js(1KB)
--------test-lint.js(1KB)
--------test-unit.js(1KB)
--------publish-coverage.js(3KB)
----README.md(1KB)
----lib()
--------index.js(18KB)
----.npmignore(1KB)
----.gitattributes(170B)
----test()
--------.eslintrc(886B)
--------karma.conf.js(3KB)
--------unit()
--------system()
----.editorconfig(227B)

网友评论