Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Verify if all automatic tests are running #108

Open
5 tasks
bepro-bot opened this issue Nov 9, 2021 · 1 comment
Open
5 tasks

Verify if all automatic tests are running #108

bepro-bot opened this issue Nov 9, 2021 · 1 comment

Comments

@bepro-bot
Copy link
Contributor

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 bepro-bot added draft and removed draft labels Nov 9, 2021
@IMPranshu
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants