cypress-realworld-testing
cypress-realworld-testing copied to clipboard
Outdated tutorial "How to Build and Test a Next.js and Shopify Store"
The tutorial https://learn.cypress.io/tutorials - How to Build and Test a Next.js and Shopify Store with its 6 lessons is outdated.
- The screenshots and folder structure it describes is for legacy Cypress (version
9.x
and lower). - The repo https://github.com/vercel/commerce is based on Next.js
14
. There are currently some issues with Cypress (13.6.3
) supporting this latest version of Next.js (see https://github.com/cypress-io/cypress/issues/28185). - According to https://github.com/cypress-io/cypress-realworld-testing/issues/325 the Shopify screenshots are out of date.
- The GitHub JavaScript Action versions actions/checkout@v2 and cypress-io/github-action@v3 are out of date and rely on using the deprecated Node.js versions
node12
andnode16
respectively.
The tutorial requires rework to bring it up to date.