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
.Problem : I want to add
component test
forshared-ui
. where should I place it?<root>/packages/shared-ui/cypress
: tried thiscypress open
gives error. can't find webpack config. because it is nornextjs
orvite
<root>/cypress/
: tried thiscypress open
gives 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 tests
Beta Was this translation helpful? Give feedback.
All reactions