An open API service indexing awesome lists of open source software.

https://github.com/zerosdev/swapi-qa

The example of Automated QA with Selenium, Mocha & Chai
https://github.com/zerosdev/swapi-qa

chai mocha qa-automation selenium-webdriver

Last synced: 6 months ago
JSON representation

The example of Automated QA with Selenium, Mocha & Chai

Awesome Lists containing this project

README

          

# SWAPI Quality Assurance
The example of Automated QA with Selenium, Mocha & Chai

## Installation

- Make sure you have Chrome browser installed on your device
- Here we use `yarn` instead of `npm` so make sure you have yarn installed (Run `npm install -g yarn` to install)
- Clone or download this repository
- Open Terminal and run `cd path/to/swapi-qa`
- Run `yarn global add mocha` to install mocha globally
- Run `yarn install` to install dependencies

## Usage

Run `yarn test`