Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)