Testing is very limited at the moment. As we moved from javascript based code to Typescript all the tests were cleaned up. Expecting to write high coverage unit tests for all the source code over time.
If you are interested in contrbuting to the project, adding unit tests would be a great way to get comfortable with the codebase and would be highly impactful for the reliability and stability of the project.
-
P1Unit tests-
High coverage
-
P1Coverage > 70% -
P2Coverage > 80% -
P3Coverage > 90%
-
-
Add integration for CI (Travis no longer working).
-
Add integration for code coverage
-
Integrate code coverage with Codacy
-
-
P2Browser based e2e testing -
P2Testing with BrowserStack