Is it possible to change location of Cypress E2E folders in NX / Angular / Storybook ? #6324
cuznerdexter
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have a growing project that already has 50+ Library folders (will probably end up with 5 - 10 times this, maybe much more).
Each Library folder has Storybook stories, Jest specs, Angular components, services, NgrxStores etc.
The Cypress E2E tests are generated outside the libs folder, this is initially very confusing and does not really make any sense.
Is it possible to alter the location of these Cypress projects to somewhere custom?
Eg The Cypress E2E folder for a Library in the fictional:
Libs -> CommonUI -> DropdownList Library would be: Libs -> CommonUI -> DropdownList-e2e
Is this possible? or any other solutions?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions