Closed
Description
Description
I use always a folder structure by features, allowing to have the code and the test in same folder per each feature/component/endpoint/whatever. This makes me more fast to follow TDD, to find bugs related to some part, and more.
I try to put this in Cypress.json
"fixturesFolder": "src",
"integrationFolder": "src",
"testFiles": "**/*.test.js"
But when I run Cypress in any mode, with UI or not, don't found any test
Thanks,
Regards
Activity