Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/asadhasan/webdriveriogocomparetests
Basic automation testing of GoCompare website with WebDriverIO, driven by Typescript, Mocha and Chai.
https://github.com/asadhasan/webdriveriogocomparetests
chai mocha typescript webdriverio
Last synced: 9 days ago
JSON representation
Basic automation testing of GoCompare website with WebDriverIO, driven by Typescript, Mocha and Chai.
- Host: GitHub
- URL: https://github.com/asadhasan/webdriveriogocomparetests
- Owner: AsadHasan
- License: mit
- Created: 2019-10-16T17:15:46.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T10:45:56.000Z (almost 2 years ago)
- Last Synced: 2024-05-28T22:29:56.879Z (5 months ago)
- Topics: chai, mocha, typescript, webdriverio
- Language: TypeScript
- Size: 393 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build status](https://ci.appveyor.com/api/projects/status/one7hrn3ai1t5vww?svg=true)](https://ci.appveyor.com/project/AsadHasan/webdriveriogocomparetests) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/df7d913b3664433ca3daaad47a66621d)](https://www.codacy.com/manual/asadhasan180/WebDriverIOGoCompareTests?utm_source=github.com&utm_medium=referral&utm_content=AsadHasan/WebDriverIOGoCompareTests&utm_campaign=Badge_Grade)
# WebDriverIO automation tests
Basic automation test of GoCompare website, using WebDriverIO with Typescript, Mocha and Chai; to run parallel test on Chrome and Firefox.
## To run locally
**Prerequisite**: Node installed
1- Clone project locally.
In project root:
2- To install dependencies: `npm install`
3- To run tests: `npm test`