Socket
Book a DemoInstallSign in
Socket

wdio-wikibase

Package Overview
Dependencies
Maintainers
12
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wdio-wikibase

WebdriverIO plugin for testing a Wikibase repo.

latest
Source
npmnpm
Version
6.0.3
Version published
Weekly downloads
229
-27.76%
Maintainers
12
Weekly downloads
 
Created
Source

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

Keywords

mediawiki

FAQs

Package last updated on 08 Aug 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts