Skip to content

chore: bump to angular v15 and Spring Boot v2.7

Exbrayat Cédric requested to merge chore/next into master

Also updates a bunch of frontend and backend dependencies.

We added a few end-to-end tests (in addition to the existing unit tests) using Playwright. Two basic scenarios are for now included:

  • test of the home page
  • test of an order (fill the order and submit it)

feat: allow breaking the identifier of an accession in the middle faidare identifiers are huge strings without spaces, so in order for that to look not too bad, the identifier needs to be broken in the middle

Merge request reports