webdriverio/wdio-qunit-framework

Name: wdio-qunit-framework

Owner: WebdriverIO

Description: A WebdriverIO plugin. Adapter for QUnit testing framework.

Created: 2016-01-22 12:12:39.0

Updated: 2017-05-04 17:17:54.0

Pushed: 2017-04-08 00:23:08.0

Homepage: null

Size: 19

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

WDIO QUnit Framework Adapter

A WebdriverIO plugin. Adapter for QUnit testing framework.

Installation

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


evDependencies": {
"wdio-qunit-framework": "~0.0.1"


You can simple do it by:

install wdio-qunit-framework --save-dev

Instructions on how to install WebdriverIO can be found here.

Configuration

Following code shows the default wdio test runner configuration…

dio.conf.js
le.exports = {
 ...
amework: 'qunit',

nitOpts: {
reorder: false

 ...

qunitOpts Options

Options will be passed directly to QUnit.config. See the full list of QUnit options at QUnit.config docs.

Example

See wdio-qunit-sample for a full test example setup with grunt.

Development

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

Watch changes:

m run watch

Run tests:

m test

Build package:

m build

For more information on WebdriverIO see the homepage.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.