Skip to content

Andres-Montoya-SV/QA-Automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QA-Automation Project

This project contains automated tests for the Focus Services website using WebdriverIO and Mocha.

Table of Contents

  1. Prerequisites
  2. Installation
  3. Running Tests
  4. Project Structure

Prerequisites

Make sure you have the following installed on your system:

  • Node.js (version 16 or later)
  • npm (included with Node.js)

Installation

  1. Clone this repository:
git clone https://github.com/Andres-Montoya-SV/QA-Automation.git
  1. Navigate to the project directory:
cd QA-Automation
  1. Install the project dependencies:
npm i

Running Tests

To run the tests, execute the following command in your terminal:

npx wdio wdio.conf.js

This command will run the test suite, and you'll see the test results in the terminal.

Project Structure

  • test/ - Contains the test suite, including the following:
    • pages/ - Contains the page object classes for Google and Focus Services.
    • specs/ - Contains the test specifications (test cases).
  • README.md - This file, which contains an overview and instructions for the project.
  • wdio.conf.js - WebdriverIO configuration file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published