cypress-io / cypress-realworld-testing

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

start or final branch? #250

Closed Onnaien closed 1 year ago

Onnaien commented 1 year ago

The instructions from https://learn.cypress.io/testing-your-first-application/app-install-and-overview#cloning-with-git suggests cloning the start branch: git clone --branch start git@github.com:cypress-io/cypress-realworld-testing-course-app.git

But on the screenshots from https://learn.cypress.io/testing-your-first-application/app-install-and-overview#vscode and down, the final branch is shown: image

What is the correct branch to clone?

elylucas commented 1 year ago

Sorry about the late reply here, but the correct branch is the start branch. The final branch contains all the completed tests at the end of the course.