Sha256: cf088b6339116fedbff7a5c6331efbf13a2ea7509a2659cc115a12b4535cf3a9

Contents?: true

Size: 849 Bytes

Versions: 1

Compression:

Stored size: 849 Bytes

Contents

Composite - A QUnit addon for running multiple test files
================================

Composite is a QUnit addon that, when handed an array of files, will
open each of those files inside of an iframe, run the tests, and
display the results as a single suite of QUnit tests.

The "Rerun" link next to each suite allows you to quickly rerun that suite,
outside the composite runner.

If you want to see what assertion failed in a long list of assertions,
just use the regular "Hide passed tests" checkbox.

### Usage ###

Load QUnit itself as usual _plus_ `qunit-composite.css` and `qunit-composite.js`,
then specify the test suites to load using `QUnit.testSuites`:

```js
QUnit.testSuites([
    "test-file-1.html",
    "test-file-2.html",
    // optionally provide a name and path
    { name: "Test File 3", path: "test-file-3.html" }
]);
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cssesc-source-0.1.0 vendor/node_modules/qunitjs/addons/composite/README.md