-
-
Notifications
You must be signed in to change notification settings - Fork 173
Labels
buildCode relating to building, publishing, or maintaining the appCode relating to building, publishing, or maintaining the apptasktests
Milestone
Description
Since we already use mocha for assertion in e2e tests, it would make sense to use it in Unit tests also. We currently run Unit tests in UI-based framework (QUnit) that runs directly in browsers, and as a result we have to run them in a browser-testing suite (testcafe) instead of directly in a Node framework like mocha. This adds overhead and is counterintuitive. It is also confusing, because there seems to be some blurring of lines between Unit and e2e testing.
I think it's time to drop QUnit.
Metadata
Metadata
Assignees
Labels
buildCode relating to building, publishing, or maintaining the appCode relating to building, publishing, or maintaining the apptasktests