Skip to content

vinaykumarvvs/sample-cypress-framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample Cypress Framework

The tech stack used in this project are:

  1. JavaScript as the programming language for writing test code
  2. Cypress as the framework
  3. NPM as the build tool
  4. VSCode as the preferred IDE for writing javascript code.

Getting Started

Setup your machine.

  1. Install Node 18
  2. Install VSCode
  3. On Terminal, navigate to repo and run npm install

Running tests

  • Run tests in Sequence: npm run test
  • Run tests in Parallel: npm run test-parallel

Report

  • Report will be found here: cypress/reports/html/<index>.html --

Specs

  1. Spec-1: Heroku - FormAuthentication Cases
  2. Spec-2: Heroku - Drag And Drop Cases