Currently we use what Cypress calls "e2e tests". Some of them actually require a working WP1 API backend (#689), even though they mock almost all other API calls and are mostly used for testing individual pages and components in the app.
We should look into converting these tests to what Cypress calls "component" tests