Skip to content

Cypress doesnt support having the same folder for fixtures and integration #14226

Closed
@habemuscode

Description

@habemuscode

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions