cypress-realworld-testing
cypress-realworld-testing copied to clipboard
Next.js project for learn.cypress.io
The repo [cypress-io/cypress-realworld-testing](https://github.com/cypress-io/cypress-realworld-testing) is set up to use Node.js `16` which is no longer supported. https://github.com/cypress-io/cypress-realworld-testing/blob/50bfb658496830fa2fa44b139cfa900af49f3af4/.node-version#L1 [CircleCI logs](https://app.circleci.com/pipelines/github/cypress-io/cypress-realworld-testing) also show Node.js 16.16.0 being used. ## References - Cypress documentation [Installing...
The repo https://github.com/cypress-io/cypress-realworld-testing uses `[email protected]` and according to [README > Status](https://github.com/vuejs/vuepress#status) > VuePress is now in maintenance mode. For a next-gen Vue-based SSG built on top of Vue 3 +...
As the title suggests, there was a very minor typo in the page. This PR fixes it.
I noticed the button description text did not match the actual text in the button (and that in the code snippet) so just a small update to align these.
Fixed this issue: UI Issue: Lesson Content Overlaps Sidebar on Learn Cypress #326 https://github.com/cypress-io/cypress-realworld-testing/issues/326
The instructions concerning the required version of Node.js in [Testing Your First Application > App Install and Overview](https://learn.cypress.io/testing-your-first-application/app-install-and-overview) are inconsistent. Under "Installing the application" it says: >You want to make...
### Description The course content is overlapping with the text in the sidebar. ### URL of Issue(s) https://learn.cypress.io/advanced-cypress-concepts/database-initialization-and-seeding ### Steps to replicate 1. Make the zoom of your browser at...
## Issue Cypress test spec [cypress/e2e/robots.cy.ts](https://github.com/cypress-io/cypress-realworld-testing/blob/main/cypress/e2e/robots.cy.ts) fails to run when following the [README > Cypress E2E Tests](https://github.com/cypress-io/cypress-realworld-testing/blob/main/README.md#cypress-e2e-tests) instructions: --- ## Cypress E2E Tests Cypress tests can be run via the...
The tutorial https://learn.cypress.io/tutorials - [How to Build and Test a Next.js and Shopify Store](https://learn.cypress.io/tutorials) with its 6 lessons is outdated. 1. The screenshots and folder structure it describes is for...
As Shopify evolved, the lesson at `content/courses/tutorials/creating-a-shopify-partners-store.mdx` became out of date, most screens are quite different now.