0.2.12-1 • Published 8 years ago

@georgecrawfordft/wdio-mocha-framework v0.2.12-1

Weekly downloads
10
License
MIT
Repository
github
Last release
8 years ago

WDIO Mocha Build Status Code Climate Test Coverage

A WebdriverIO plugin. Adapter for Mocha testing framework.

Installation

The easiest way is to keep wdio-mocha-framework as a devDependency in your package.json.

{
  "devDependencies": {
    "wdio-mocha-framework": "~0.1"
  }
}

You can simple do it by:

npm install wdio-mocha-framework --save-dev

Instructions on how to install WebdriverIO can be found here.

Configuration

Following code shows the default wdio test runner configuration...

// wdio.conf.js
module.exports = {
  // ...
  framework: 'mocha'
  mochaOpts: {
    ui: 'bdd'
  }
  // ...
};

mochaOpts Options

Options will be passed to the Mocha instance. See the full list of Mocha options at http://mochajs.org/


For more information on WebdriverIO see the homepage.

0.2.12-1

8 years ago

0.2.12-0

8 years ago

0.2.10-3

8 years ago

0.2.10-2

8 years ago

0.2.8-5

8 years ago

0.2.8-4

8 years ago

0.2.8-3

8 years ago

0.2.8-2

8 years ago

0.2.8-1

8 years ago

0.2.8-0

8 years ago