6.0.1 • Published 6 months ago

wdio-wikibase v6.0.1

Weekly downloads
740
License
GPL-2.0+
Repository
github
Last release
6 months ago

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

6.0.1

6 months ago

6.0.0

9 months ago

5.2.0

2 years ago

5.1.0

3 years ago

5.0.1

3 years ago

5.0.0

3 years ago

4.0.1

4 years ago

4.0.0

4 years ago

3.0.1

4 years ago

3.0.0

4 years ago

2.3.1

4 years ago

2.3.0

4 years ago

2.2.0

4 years ago

2.1.0

5 years ago

2.0.0

5 years ago

1.0.0

5 years ago

0.3.0

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago