https://github.com/zeljkofilipin/mediawiki-webdriverjs
An example repository on how to implement Selenium tests in Node.js using WebDriverJs
https://github.com/zeljkofilipin/mediawiki-webdriverjs
javascript mediawiki mocha selenium wikimedia
Last synced: 4 months ago
JSON representation
An example repository on how to implement Selenium tests in Node.js using WebDriverJs
- Host: GitHub
- URL: https://github.com/zeljkofilipin/mediawiki-webdriverjs
- Owner: zeljkofilipin
- License: mit
- Created: 2016-11-17T14:32:51.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-09T14:46:31.000Z (about 8 years ago)
- Last Synced: 2025-01-10T00:54:21.740Z (5 months ago)
- Topics: javascript, mediawiki, mocha, selenium, wikimedia
- Language: JavaScript
- Homepage: https://www.mediawiki.org/wiki/Selenium/Node.js
- Size: 13.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MediaWiki + WebDriverJs
An example repository on how to implement Selenium tests in Node.js using WebDriverJs
## 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-webdriverjs)