This project contains automated tests for the Focus Services website using WebdriverIO and Mocha.
Make sure you have the following installed on your system:
- Clone this repository:
git clone https://github.com/Andres-Montoya-SV/QA-Automation.git
- Navigate to the project directory:
cd QA-Automation
- Install the project dependencies:
npm i
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.
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.