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
- Host: GitHub
- URL: https://github.com/zerosdev/swapi-qa
- Owner: zerosdev
- Created: 2023-08-23T14:47:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-24T06:03:58.000Z (over 2 years ago)
- Last Synced: 2023-08-24T07:24:07.332Z (over 2 years ago)
- Topics: chai, mocha, qa-automation, selenium-webdriver
- Language: JavaScript
- Homepage: https://zerosdev-swapi-starship.netlify.app
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`