Mocha
url: https://mochajs.org/ repo: https://github.com/mochajs/mocha
| Mocha | Jest | Jasmine | Cypress | 
|---|---|---|---|
| test runner | testing framework | testing framework | test framework | 
| requires other libraries to work | no preconfiguration required | requires a runner and assertion/mocking lib | |
| offers a huge dose of flexibility regarding test development | focused on simplicity | most flexible | |
| originally designed for Node.js | originally designed for React | popular with angular, used with node.js | web-based frontend apps |