Skip to content

Files

Latest commit

author
Prasad Potti
Apr 15, 2018
5d59157 · Apr 15, 2018

History

History
10 lines (10 loc) · 397 Bytes

README.MD

File metadata and controls

10 lines (10 loc) · 397 Bytes

How to use Cypress automation framework with a real time example

How to run tests

1) Install all npm dependencies using 
          npm i
2) Open Cypress test runner using below
       ./node_modules/.bin/cypress open
   This will populate Cypress test runner and shows you all test specs with play button
3) Click on play button, it will start running tests against chrome browser.