https://github.com/krinkle/example-node-and-browser-qunit-ci
Example project with continuous integration for linting and cross-browser testing of isomorphic JavaScript.
https://github.com/krinkle/example-node-and-browser-qunit-ci
coverage coveralls firefox headless qunit
Last synced: about 1 month ago
JSON representation
Example project with continuous integration for linting and cross-browser testing of isomorphic JavaScript.
- Host: GitHub
- URL: https://github.com/krinkle/example-node-and-browser-qunit-ci
- Owner: Krinkle
- Created: 2013-03-14T01:28:39.000Z (about 12 years ago)
- Default Branch: main
- Last Pushed: 2024-03-05T00:14:41.000Z (about 1 year ago)
- Last Synced: 2025-02-28T02:24:05.075Z (2 months ago)
- Topics: coverage, coveralls, firefox, headless, qunit
- Language: JavaScript
- Homepage: https://qunitjs.com
- Size: 160 KB
- Stars: 22
- Watchers: 4
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://github.com/Krinkle/example-node-and-browser-qunit-ci/actions/workflows/CI.yml)
[](https://coveralls.io/github/Krinkle/example-node-and-browser-qunit-ci?branch=main)
[](https://qunitjs.com/)# Run QUnit on the web and in Node.js!
This is an example project showing an approach running QUnit in continuous integration
with the same application and test suite run both in a web browser (Headless Firefox) and
on Node.js, plus (combined) code coverage reports.## Get started
Clone or fork this repository and be sure to run the following two commands to
install the development dependencies and kick off your first test run:```
npm ci
npm test
```## Tell me more
If you've got any questions, feel free to file an issue.
* [@Krinkle](https://github.com/Krinkle) ([Twitter](https://twitter.com/TimoTijhof))
* [@keithamus](https://github.com/keithamus) ([Twitter](https://twitter.com/keithamus))