1. Download AUT (application under test )
a. Cloning with Git
"git clone https://github.com/cypress-io/cypress-realworld-testing-course-app.git"
b. If you are not familer with git , just download the zip file
by using download Zip option
c. unzip the downloaded zip file
d.npm install
e. npm run dev
browse : http://loclhost:3000
then open new terminal
npm install cypress --save-dev
npx cypress open
https://docs.cypress.io/guides/core-concepts/cypress-app
Share with your friends: |