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.