unsigned6 / wdio-sync

A WebdriverIO v4 plugin. Helper module to run WebdriverIO commands synchronously.

Home Page:http://v4.webdriver.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wdio-sync

Build Status


A WebdriverIO plugin. Helper module to run WebdriverIO commands synchronously. It overwrites global functions depending on the test framework (e.g. for Mocha describe and it) and uses Fibers to make commands of WebdriverIO using the wdio testrunner synchronous. This package is consumed by all wdio framework adapters.

Development

All commands can be found in the package.json. The most important are:

Watch changes:

$ npm run watch

Run tests:

$ npm test

# run test with coverage report:
$ npm run test:cover

Build package:

$ npm build

Contributing

Make sure all changes you apply are passing unit tests as well as all integration tests of the depending wdio framework adapters.

About

A WebdriverIO v4 plugin. Helper module to run WebdriverIO commands synchronously.

http://v4.webdriver.io

License:MIT License


Languages

Language:JavaScript 100.0%