Skip to content

Latest commit

 

History

History
11 lines (5 loc) · 281 Bytes

README.md

File metadata and controls

11 lines (5 loc) · 281 Bytes

Steps to run cypress tests

run "npm install" to install all dependencies

To run the server run command (in Main Directory) : "node app.js"

Then to run cypress tests : "./node_modules/.bin/cypress open"

Then you can run the two test files ie: "home.js" and "home_phone.js"