Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 484 Bytes

File metadata and controls

31 lines (18 loc) · 484 Bytes

Test Automation project

Description:

Test Automation project for Automation Web UI tests using JavaScript, Cypress.io.

Used Technologies/Tools:

Cypress.io, JavaScript

To Run the Test Automation Project Locally:

  1. Install Node.js

  2. Clone locally the repository and open the project using VS Code

  3. To install node modules run command:

npm install
  1. For Run tests run command:
npm run cypress

Branches:

  • master (for STAGE environment)