curved-agent-32333
03/06/2023, 8:16 AMenough-truck-68085
03/06/2023, 9:41 PMcypress/e2e folder.
I personally agree with this structuring and haven't found any positives in having e2e tests live with the app code.
If the code is purely for testing, I don't see any benefit in including it in the app folder. To me, that just introduces unnecessary confusion and configuration within the app code.
That being said, I would argue that Cypress component test files should live as a sibling with the component app code itself, similarly to other jest or unit test structures.curved-agent-32333
03/08/2023, 11:18 PM