bepro-js
bepro-js copied to clipboard
Verify if all automatic tests are running
Verify if all the tests are running in an automatic fashion under test/index.js
Goals :
- [ ] Ensure the Unit Tests are run on "npm test"
- [ ] Verify that once ONE unit test fails the thread is stopped and can be automatically verified by CI/CD infra like Circle CI
- [ ] Add good UI for visualization of tests
- [ ] Ensure no delay() functions exists without a reason, to not delay testing structure
- [ ] Ensure all Objects have tests under "tests/../objectTest.js"
I can implement the first two comfortably. The third is the UI needed in the Terminal itself or separate some context for that is needed. The last two can also be implemented.