wdio-wikibase

6.0.1 • Public • Published

wdio-wikibase

WebdriverIO plugin for testing a Wikibase repo.

This module contains mostly pageobjects and pagesections to be used in selenium browser tests for Wikibase. Usage example: the file pageobjects/item.page.js contains the pageobject for the item spec file. In Wikibase/repo/selenium/specs/item.js it will have to be required as follows:
const ItemPage = require( 'wdio-wikibase/pageobjects/item.page' );

This enables components from the pageobject to be used in the spec by calling Itempage. e.g.: ItemPage.addStatementLink.click();

To update or change the contents of this module, clone it locally and commit the changes. Once a new npm version will be released you can run an npm update on your Wikibase instance, after which your changes should be available to you locally.

Contributing

Please file any bugs or issues with our issue-tracker at phabricator.wikimedia.org.

For instruction of how to create a new release, please see CONTRIBUTING.md

Package Sidebar

Install

npm i wdio-wikibase

Weekly Downloads

4,882

Version

6.0.1

License

GPL-2.0+

Unpacked Size

41.5 kB

Total Files

17

Last publish

Collaborators

  • tarrow
  • manicki
  • thiemowmde
  • lucaswerkmeister
  • mariushoch
  • celenduin
  • wmdebot
  • jakob_wmde
  • darthmon
  • itamar.wmde
  • noa_wmde
  • addshore