Skip to content

raviza22/cypress-web-testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Testing using Cypress

Dependencies

Getting Started

  • Clone this Repository
  • Navigate to the project folder on Terminal/cmd prompt
  • Run npm install command to install all dependencies
  • Run npm run cypress command to open the Cypress test runner
  • Click on the spec file to run the tests
  • Alternatively, run npm test command to run the Cypress tests in headless mode

References