Node.js测试相关资料 发表于 Mar 14 2015 | 分类于 Node.js supertest 中文 https://github.com/alsotang/node-lessons/tree/master/lesson8 英文 https://github.com/visionmedia/supertest 案例 superagent https://visionmedia.github.io/superagent/ mocha 英文: http://mochajs.org/ 中文 https://mochacn.github.io/ https://cnodejs.org/topic/516526766d38277306c7d277 should API文档: https://shouldjs.github.io/ 源码: https://github.com/shouldjs/should.js API测试工具 Postman