WHich directory should I add my cypress in monorepo #22179
Unanswered
matart15
asked this question in
Questions and Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have monorepo with following directory structure handled by
turborepo./root /pacakge.json /app /user-site-next-js /pacakge.json /tsconfig /admin-site-vite /pacakge.json /tsconfig /packages /shared-ui /pacakge.json /tsconfigProblem : I want to add
component testforshared-ui. where should I place it?<root>/packages/shared-ui/cypress: tried thiscypress opengives error. can't find webpack config. because it is nornextjsorvite<root>/cypress/: tried thiscypress opengives error. can't find webpack config.<root>/app/admin-site-next-js/cypress: this feels awkward. Because, Component tests have to sit together with adminintegration testsBeta Was this translation helpful? Give feedback.
All reactions