-
Notifications
You must be signed in to change notification settings - Fork 10
Testing in JavaScript
Prasad Talasila edited this page Feb 3, 2018
·
6 revisions
This is a quick start guide for writing test suite for nodejs applications. The content of this quick start guide are organised in the following pages.
- Introduction: Introduces TDD cycle for unit and behavioral tests
- Unit Tests: Explains the advantages of the unit tests
- Integration Tests: Explains the advantages of the integration tests
- Feature Tests: Explains the advantages of the feature tests
- Technology Stack: List the preferred libraries for the ES6 projects
- Cucumber: Tutorial cum coding style guide on Cucumber BDD library
- Mocha: Tutorial cum coding style guide on Mocha unit test library
- Chai: Tutorial cum coding style guide on Chai assertion library
- Sinon: Tutorial cum coding style guide on Sinon mock library
- Test Doubles: Briefly explains the use of different test doubles using code snippets
- Autolabcli v1.0.0 Docs
- Submission Workflow
- Architecture
- Refactoring Advice
- Feature Development
- Autolabcli Tests
- Events Doc
- Sequence Diagrams
- Testing in Javascript
- Libraries
- Debug Techniques
- Arrow Functions
- Autolabcli v0.1.1 Docs
- References