-
Notifications
You must be signed in to change notification settings - Fork 87
chore: add nx demo #854
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
chore: add nx demo #854
Conversation
✔️ Deploy Preview for netlify-plugin-nextjs-nx-monorepo-demo canceled. 🔨 Explore the source changes: 56d0638 🔍 Inspect the deploy log: https://app.netlify.com/sites/netlify-plugin-nextjs-nx-monorepo-demo/deploys/61a641e9fdfd8f0007821a23 |
it('loads home page', () => { | ||
cy.findByRole('heading', { name: 'Welcome to nx-nextjs-monorepo!' }) | ||
|
||
cy.visit('//') |
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.
Why //
?
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.
This was to test that trailing slashes work as expected (aka default removes it)
Summary
Adds an nx demo site and cypress config specific to it
Test plan
Relevant links (GitHub issues, Notion docs, etc.) or a picture of cute animal
#839
Standard checks:
🧪 Once merged, make sure to update the version if needed and that it was published correctly.