Skip to content
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

ref(e2e): Make Next.js app dir tests more thorough #7336

Merged
merged 7 commits into from
Mar 6, 2023

Conversation

lforst
Copy link
Member

@lforst lforst commented Mar 6, 2023

Pre-work to #7228

I noticed that while adding features to our Next.js app dir instrumentation that it was very easy for us to break Next.js builds that wouldn't have been caught by our test suite.

This PR makes the E2E test Next.js app dir application more fleshed out so that we are more likely to catch build errors.

@lforst lforst self-assigned this Mar 6, 2023
@lforst lforst marked this pull request as ready for review March 6, 2023 13:41
@lforst lforst requested review from mydea and AbhiPrasad March 6, 2023 13:42
},
{
"dependencyOverrides": {
"next": "canary"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need to have latest if we already have canary?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes. They could theoretically diverge.

@lforst lforst merged commit cf430fe into develop Mar 6, 2023
@lforst lforst deleted the lforst-thorough-nextjs13-tests branch March 6, 2023 13:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants