-
Notifications
You must be signed in to change notification settings - Fork 64
Open
Labels
maintenanceAnything related to maintenance (CI, tests, refactoring...)Anything related to maintenance (CI, tests, refactoring...)
Description
motivation
The current test suite is seeding users and roles with Cypress by clicking on the CMS.
This is effectively testing the Strapi-specific user journey of e.g. how to create user.
When the UI changes, the test breaks.
proposal
Use Cypress cy.request() command to create users and roles by communicating with the Strapi API.
Metadata
Metadata
Assignees
Labels
maintenanceAnything related to maintenance (CI, tests, refactoring...)Anything related to maintenance (CI, tests, refactoring...)