Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/davidtaylorhq/qunit-puppeteer
- Owner: davidtaylorhq
- License: mit
- Created: 2017-08-20T21:58:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-11T22:01:19.000Z (almost 7 years ago)
- Last Synced: 2024-10-09T12:46:36.952Z (4 months ago)
- Topics: continuous-integration, npm-package, puppeteer, qunit, testing
- Language: JavaScript
- Homepage: https://npmjs.com/package/qunit-puppeteer
- Size: 6.84 KB
- Stars: 14
- Watchers: 3
- Forks: 16
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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