The frontend part of swh-web lacks unit testing for custom Javascript code.
We should add some to ensure no regression is introduced on the archive web browsing features.
This task is here to track this work.
The frontend part of swh-web lacks unit testing for custom Javascript code.
We should add some to ensure no regression is introduced on the archive web browsing features.
This task is here to track this work.
Status | Assigned | Task | ||
---|---|---|---|---|
Migrated | gitlab-migration | T1411 reach a minimum of 80% SLOC coverage across all components | ||
Migrated | gitlab-migration | T1768 Add end to end tests for the frontend part of swh-web | ||
Migrated | gitlab-migration | T1769 Add unit tests for Javascript code |
In order to implement the unit tests, we will need the following node modules:
These tests will be redundant with the end to end ones, so closing that task and prefer to rely on using cypress for frontend testing.