1、nodejs安装成功 (上一篇:brew install nodejs)

2、mocha安装成功

npm install -g mocha

解释: -g代表global,全局的意思。此处mocha是nodejs的一个测试工具,所以用来管理test case

3、supertest 安装成功

npm install supertest --save-dev

4、chai安装成功

npm install chai --save-dev

3、try to create a Module:

when click new:

nodejs+mocha+supertest+chai进行测试(only demo)-LMLPHP

next:

nodejs+mocha+supertest+chai进行测试(only demo)-LMLPHP

next:(input name)

nodejs+mocha+supertest+chai进行测试(only demo)-LMLPHP

Then:finish project

nodejs+mocha+supertest+chai进行测试(only demo)-LMLPHP

2、集成mocha

3、集成supertest

4、集成chai

04-25 18:57