Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 17 days 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 (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-09T13:04:45.000Z (over 7 years ago)
- Last Synced: 2024-11-11T15:44:00.069Z (3 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)
[![Build Status](https://travis-ci.org/zeljkofilipin/mediawiki-webdriverio.svg?branch=master)](https://travis-ci.org/zeljkofilipin/mediawiki-webdriverio)