cypress-realworld-testing-course-app
cypress-realworld-testing-course-app copied to clipboard
First of all sorry about my english because I am not a native speaker. I am trying to learn Cypress automation from the beginning and I just trying to follow...
https://learn.cypress.io/testing-your-first-application/installing-cypress-and-writing-your-first-test shows:  Cypress ~~`12.12.0`~~ `13.6.1` has slightly different content: ```js describe('template spec', () => { it('passes', () => { cy.visit('https://example.cypress.io') }) }) ``` from [empty.ejs](https://github.com/cypress-io/cypress/blob/develop/packages/data-context/src/codegen/templates/empty-e2e/empty.ejs)
I have followed [these instructions](https://learn.cypress.io/testing-your-first-application/installing-cypress-and-writing-your-first-test) running Node 18.15.0 and while all tests pass, I do not get to see the DOM Snapshots for each step of the test as I...
I cannot find the app to install the Zip file. Please what steps I need to take