cypress-realworld-testing icon indicating copy to clipboard operation
cypress-realworld-testing copied to clipboard

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

Open MikeMcC399 opened this issue 1 year ago • 0 comments

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 avatar Jan 27 '24 13:01 MikeMcC399