Skip to content

pyprasad/cypress-herokuapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

This is an example codebase to showcase Cypress.io testing against http://the-internet.herokuapp.com/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published