Closed Onnaien closed 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:
What is the correct branch to clone?
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.
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:
What is the correct branch to clone?