Skip to content

Setup Cypress E2E tests for front-end

Florian Cuny requested to merge tests/setup-cypress into main

Introduces Cypress as a dev dependency. Creates a basic e2e test with the home page. Adds e2e tests to CI

Still need to write actual e2e tests, but that will require finding a way to "bypass" the OAuth, and that's out of the scope of this MR either way.

Merge request reports