文件名称:newman-action:运行Postman的Newman CLI的GitHub动作
文件大小:3.02MB
文件格式:ZIP
更新时间:2024-04-26 03:38:38
TypeScript
纽曼CLI邮递员收集赛跑者 是的命令行Collection Runner。 它允许您直接从命令行(在这种情况下,通过github操作)运行和测试Postman Collection。 用法 本地收集文件 - name : Checkout uses : actions/checkout@v1 - name : Run API Tests id : run-newman uses : anthonyvscode/newman-action@v1 with : collection : collection.json reporters : cli - name : Output summary to console run : echo ${{ steps.run-newman.outputs.summary }} 托管收集文件 - name : Che
【文件预览】:
newman-action-master
----.eslintrc.json(3KB)
----.github()
--------workflows()
----action.yml(3KB)
----.prettierignore(24B)
----src()
--------main.ts(2KB)
--------utils.ts(677B)
--------runner.ts(4KB)
----.prettierrc.json(225B)
----tsconfig.json(1KB)
----LICENSE(1KB)
----jest.config.js(235B)
----__tests__()
--------createOptions.test.ts(5KB)
--------collection.json(851B)
--------main.test.ts(491B)
--------collection_failure.json(864B)
--------utils.test.ts(500B)
----README.md(4KB)
----dist()
--------index.js(10.93MB)
----.gitignore(1KB)
----.eslintignore(24B)
----package-lock.json(399KB)
----package.json(1KB)