Clean state for Cypress tests using `before` rather than `after`
After reading https://docs.cypress.io/guides/references/best-practices#Using-after-Or-afterEach-Hooks, I am convinced we should clean state before rather than after tests.
This won't change much for the CI but for our local runs of tests.