Skip to content

Convert QUnit tests to mocha #1187

@Jaifroid

Description

@Jaifroid

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 apptasktests

Type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions