While the backend part of `swh-web` is properly tested, its frontend part is not.
In order to ensure non regression on the archive browsing features we must implement **end to end tests**
to check the web UI behaves as expected, using the [[ https://www.cypress.io/ | cypress ]] tool .
Current tests results report can be found [[ https://jenkins.softwareheritage.org/job/DWAPPS/job/cypress/Mochawesome_20Tests_20Report | here ]].
Current coverage for Javascript code can be found [[ https://jenkins.softwareheritage.org/job/DWAPPS/job/cypress/Istanbul_20Code_20Coverage | here ]].
Let's close that task when we reach 80% of code coverage (T1411).