- Install NodeJS and Yarn if it is not already installed.
$ npm install node
$ npm install yarn
- Clone project wherever you want
$ git clone https://github.com/zambolip/cypress.git
- Install all dependencies
# from project root directory
$ yarn install
- Run Test
$ yarn test