弗里斯比 介绍 Frisby.js是建立在之上的API测试工具,可轻松,快速且有趣地测试API端点。 安装 从NPM将Frisby v2.x安装到您的项目中: npm install frisby --save-dev 创建测试 简单的例子 运行单个测试期望的最低设置。 const frisby = require ( 'frisby' ) ; it ( 'should be a teapot' , function ( ) { // Return the Frisby.js Spec in the 'it()' (just like a promise) return frisb