Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 925 Bytes

ReadMe.md

File metadata and controls

25 lines (20 loc) · 925 Bytes

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