-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(nextjs): improve e2e test by reusing the project #18827
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some tests won't pass with shared workspace (using beforeAll
). Can we move those into a separate file or describe
so they can have their own beforeAll
scope?
Also we should separate into next-core
and next-extensions
. Storybook, component tests, styles, etc. can all go into next-extensions
.
a325812
to
a03fcfe
Compare
a03fcfe
to
59b419d
Compare
a05cd39
to
f0b9931
Compare
f0b9931
to
72e42fc
Compare
This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request. |
What has been done:
e2e/next/
intoe2x/next-core/
ande2e/next-extensions
next-core/
all tests that require an isolated workspace has been split into their own test file.e2e/next-core/
ande2e/next-extensions/