You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How Cypress handles unit tests vs integration tests.
There is unfortunately nothing that explains this in the current documentation. At least not clear enough!
(I also find it strange that there is a cypress/integration directory, but no cypress/unit directory. If the case was that the unit tests are to be located elsewhere, then shouldn't the default behaviour be that cypress looks through the application code also? Or perhaps cypress doesn't want to have anything to do with the file structure of unit tests and wants me, the developer to decide? And edit cypress.json after my own needs (which I am currently doing))
The text was updated successfully, but these errors were encountered:
Not a massive ticket, but I feel the documentation isn't clear enough about one area for beginners: https://docs.cypress.io/guides/core-concepts/writing-and-organizing-tests.html#Folder-Structure
It states:
There is unfortunately nothing that explains this in the current documentation. At least not clear enough!
(I also find it strange that there is a cypress/integration directory, but no cypress/unit directory. If the case was that the unit tests are to be located elsewhere, then shouldn't the default behaviour be that cypress looks through the application code also? Or perhaps cypress doesn't want to have anything to do with the file structure of unit tests and wants me, the developer to decide? And edit cypress.json after my own needs (which I am currently doing))
The text was updated successfully, but these errors were encountered: