Skip to content

Commit 58d947b

Browse files
authored
Add info about separate tests scripts and update tech list (#20)
1 parent 15e6270 commit 58d947b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,15 +82,17 @@ This boilerplate comes with a collection of npm scripts to make your life easier
8282
- `dev`: Run the application in development mode
8383
- `start` Run the application in production mode (prefer not to do that in development)
8484
- `test`: Run the test suite
85-
- `coverage`: Run the test suite and generate code coverage, the output will be on `coverage` folder
85+
- `test:unit`: Run only the unit tests
86+
- `test:features`: Run only the features tests
87+
- `coverage`: Run only the unit tests and generate code coverage for them, the output will be on `coverage` folder
8688
- `lint`: Lint the codebase
8789
- `sequelize`: Alias to the [Sequelize CLI](https://github.com/sequelize/cli)
8890
- `console`: Open the built-in console, you can access the DI container through the `container` variable once it's open, the console is promise-friendly. Click [here](https://github.com/talyssonoc/node-api-boilerplate/wiki/Application-console) to know more about the built-in console
8991
- `cleanup`: Removes the files from the example application
9092

9193
## Tech
9294

93-
- [Node v6+](http://nodejs.org/)
95+
- [Node v7.6+](http://nodejs.org/)
9496
- [Express](https://npmjs.com/package/express)
9597
- [Sequelize](https://www.npmjs.com/package/sequelize)
9698
- [Awilix](https://www.npmjs.com/package/awilix)
@@ -104,7 +106,7 @@ This boilerplate comes with a collection of npm scripts to make your life easier
104106
- [Mocha](https://www.npmjs.com/package/mocha)
105107
- [Chai](https://www.npmjs.com/package/chai)
106108
- [FactoryGirl](https://www.npmjs.com/package/factory-girl)
107-
- [Istanbul](https://www.npmjs.com/package/istanbul)
109+
- [Istanbul](https://www.npmjs.com/package/istanbul) + [NYC](https://www.npmjs.com/package/nyc)
108110
- [ESLint](https://www.npmjs.com/package/eslint)
109111

110112
## Contributing

0 commit comments

Comments
 (0)