[Experiment]: Replace karma with jest and web test runner in webapp #915
Labels
enhancement
New feature or request
experiment
An experimentation
test
Related to testing the TCR code
typescript
Pull requests that update typescript code
Contact Details
[email protected]
Feature Request
Karma (web test engine used with angular webapp) is be quite fragile (issues regularly observed in CI and on macOS, security warnings on its dependencies raised here).
Besides, it is now being deprecated (cf. https://github.com/karma-runner/karma) and the provided recommendation is to move to jest and web test runner (https://modern-web.dev/docs/test-runner/overview/).
Feature Description
Run an experiment migrating webapp tests to web test runner. If successful, replace karma with it.
Resources:
Alternatives
Stay with karma when running webapp tests
Additional Context
Write your answer here.
Code of Conduct
The text was updated successfully, but these errors were encountered: