Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 365 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 365 Bytes

Project Installation

  • 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