The Wayback Machine - https://web.archive.org/web/20200918090810/https://github.com/davidtaylorhq/qunit-puppeteer
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
bin
 
 
 
 
 
 
 
 
 
 

README.md

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

About

A test harness for running QUnit tests in headless Chromium

Topics

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.