GitXplorerGitXplorer
K

example-node-and-browser-qunit-ci

public
22 stars
10 forks
1 issues

Commits

List of commits on branch main.
Unverified
6ebcf7e56b6824b67651c09ba91ce9bafd4a10fa

build: Update karma-firefox-launcher

KKrinkle committed 10 months ago
Unverified
32c4bceb42d42adfbc07dda92002450528e5d469

build: Update karma-qunit

KKrinkle committed a year ago
Unverified
3cac90b33b2e50b451b31737ff68b8f660527e8a

Update for 2024: Minor updates

KKrinkle committed a year ago
Unverified
c15cead883ddbab09983f30b17917c944986ee85

Update for 2022: Fix deprecations in GitHub CI and Coveralls

KKrinkle committed 2 years ago
Verified
6dbdcc8f46a144cb7e9db9fc40cdd486011b4d33

Update CI.yml

KKrinkle committed 3 years ago
Verified
c81d733661da227a5053afea139c63c4aa573999

build: Improve CI labels and add caching

KKrinkle committed 4 years ago

README

The README file for this repository.

Build Status Coverage Status Tested with QUnit

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.