https://github.com/zeljkofilipin/mediawiki-webdriverio
An example repository on how to implement Selenium tests in Node.js using WebdriverIO
https://github.com/zeljkofilipin/mediawiki-webdriverio
javascript mediawiki selenium webdriverio wikimedia
Last synced: 2 months ago
JSON representation
An example repository on how to implement Selenium tests in Node.js using WebdriverIO
- Host: GitHub
- URL: https://github.com/zeljkofilipin/mediawiki-webdriverio
- Owner: zeljkofilipin
- License: mit
- Created: 2016-11-21T18:05:29.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-09T13:04:45.000Z (almost 8 years ago)
- Last Synced: 2025-01-10T00:54:22.543Z (4 months ago)
- Topics: javascript, mediawiki, selenium, webdriverio, wikimedia
- Language: JavaScript
- Homepage: https://www.mediawiki.org/wiki/Selenium/Node.js
- Size: 30.3 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MediaWiki + WebdriverIO
An example repository on how to implement Selenium tests in Node.js using WebdriverIO.
## Prerequisites
- [Chrome](https://www.google.com/chrome/)
- [ChromeDriver](https://sites.google.com/a/chromium.org/chromedriver/)
- [Node.js](https://nodejs.org/en/)
- [MediaWiki-Vagrant](https://www.mediawiki.org/wiki/MediaWiki-Vagrant) (optional)## Installation
npm install
## Usage
npm run selenium
## Links
- [Selenium/Node.js](https://www.mediawiki.org/wiki/Selenium/Node.js)
[](https://travis-ci.org/zeljkofilipin/mediawiki-webdriverio)