omnisient assesment using demo blaze website
-
Have Visual Studio Code installed, you can dowload it from here https://code.visualstudio.com/download
-
Have Node.js installed you can download it from here https://nodejs.org/en
-
Dowload the project to a your local machine
-
Open the Project using VS Code
-
Open the terminal
-
to check the version of type: node -v
-
to check that npm is installed type: npm -v
-
type this command to install cypress: npm install cypress
-
to run the project type: npx cypress open
You should now be able to run the Automation project and watch the magic happen.