cypress-io / cypress-realworld-testing

Next.js project for learn.cypress.io
https://learn.cypress.io
MIT License
77 stars 63 forks source link

Outdated tutorial "How to Build and Test a Next.js and Shopify Store" #331

Closed MikeMcC399 closed 1 month ago

MikeMcC399 commented 8 months ago

The tutorial https://learn.cypress.io/tutorials - How to Build and Test a Next.js and Shopify Store with its 6 lessons is outdated.

  1. The screenshots and folder structure it describes is for legacy Cypress (version 9.x and lower).
  2. 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).
  3. According to https://github.com/cypress-io/cypress-realworld-testing/issues/325 the Shopify screenshots are out of date.
  4. 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 and node16 respectively.

The tutorial requires rework to bring it up to date.

MikeMcC399 commented 1 month ago

Closed due to no feedback.