/payever-automation-quality-assurance

Payever Automation Quality Assurance - AUTOMATION QA TASK

Primary LanguageJavaScript

Payever Automation Quality Assurance - AUTOMATION QA TASK

This repository contains a Selenium test suite written in JavaScript using the selenium-webdriver, mocha and chai library. The test suite includes test cases for the registration process on two different pages, "Fashion" and "Santander," and verifies the presence of certain apps on the dashboard page.

Results (Video)

Alt text

⚙️ Prerequisites

  • Node.js
  • Chrome browser

🚀 Setup

  1. Clone the repository:

    git clone https://github.com/sauravhathi/payever-automation-quality-assurance.git
  2. Install the dependencies:

    npm install
    
    # or
    
     yarn install
  3. Run the tests:

    npm test
    
    # or
    
     yarn test