Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/davidtaylorhq/qunit-puppeteer

A test harness for running QUnit tests in headless Chromium
https://github.com/davidtaylorhq/qunit-puppeteer

continuous-integration npm-package puppeteer qunit testing

Last synced: about 1 month ago
JSON representation

A test harness for running QUnit tests in headless Chromium

Awesome Lists containing this project

README

        

# qunit-puppeteer
A test harness for running QUnit tests in headless Chromium

## Usage
```
npm install -g qunit-puppeteer
qunit-puppeteer http://localhost:3000/qunit
```
where `http://localhost:3000/qunit` is the address of the qunit test page on your server.

The output will look something like this:

```
Running: {}

............................................................................................................................................................................

Time: 27157ms, Total: 173, Passed: 173, Failed: 0
```

The exit code of the process will be 1 for fail, 0 for success