Skip to content

Thangarajtk/Cypress_WebAutomation_Framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cypress Web Automation

cypress.io

Cypress is a next generation front end testing tool built for the modern web.

🚀 Quick Start

  1. Install NodeJS >= 12.16.1
  2. Download Visual Studio Code IDE based on the OS.

📌 Updating all the dependencies in package.json

The below command will update the dependencies to the latest versions (including major version changes) in the package.json file

npx npm-check-updates -u

To go ahead with the upgrades, run the following command:

npm install

📌 Project Setup and Dependencies Installation Steps

  1. Clone the project from GitHub.
  2. Open Terminal from the project root directory, Run command npm install to install all the dependencies present in the package.json file.

Steps to execute tests

  1. On the terminal, Run command npm test to execute the scripts on the electron browser.
  2. On the terminal, Run command npm test:chrome to execute the scripts on the chrome browser.

Reports

  • spec-reporter

About

A sample project for web application automation using cypress.io mocha framework with JavaScript

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published