bepro-js icon indicating copy to clipboard operation
bepro-js copied to clipboard

Verify if all automatic tests are running

Open bepro-bot opened this issue 3 years ago • 1 comments

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"

bepro-bot avatar Nov 09 '21 00:11 bepro-bot

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.

IMPranshu avatar May 06 '22 14:05 IMPranshu