All Projects → Krinkle → example-node-and-browser-qunit-ci

Krinkle / example-node-and-browser-qunit-ci

Licence: other
Example project with continuous integration for linting and cross-browser testing of isomorphic JavaScript.

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to example-node-and-browser-qunit-ci

gocoverutil
No description or website provided.
Stars: ✭ 25 (+38.89%)
Mutual labels:  coveralls, coverage
Playwright Go
Playwright for Go a browser automation library to control Chromium, Firefox and WebKit with a single API.
Stars: ✭ 272 (+1411.11%)
Mutual labels:  firefox, headless
Teaspoon
Teaspoon: Javascript test runner for Rails. Use Selenium, BrowserStack, or PhantomJS.
Stars: ✭ 1,443 (+7916.67%)
Mutual labels:  coverage, qunit
Foxr
🦊 Node.js API to control Firefox
Stars: ✭ 783 (+4250%)
Mutual labels:  firefox, headless
Marionette
Selenium alternative for Crystal. Browser manipulation without the Java overhead.
Stars: ✭ 119 (+561.11%)
Mutual labels:  firefox, headless
Docker Selenium
[NOT MAINTAINED] Please use <https://github.com/SeleniumHQ/docker-selenium>
Stars: ✭ 1,431 (+7850%)
Mutual labels:  firefox, headless
Chrome Remote Interface
Chrome Debugging Protocol interface for Node.js
Stars: ✭ 3,603 (+19916.67%)
Mutual labels:  firefox, headless
cov
An emacs extension for displaying coverage data on your code
Stars: ✭ 65 (+261.11%)
Mutual labels:  coveralls, coverage
react-testing-mocha-chai-enzyme
A solid test setup for React components with Mocha, Chai, Sinon, Enzyme in a Webpack/Babel application.
Stars: ✭ 48 (+166.67%)
Mutual labels:  coveralls, coverage
redminetoolbar
Firefox add-on to improve handling of Redmine projects
Stars: ✭ 27 (+50%)
Mutual labels:  firefox
SyncMarks-Extension
Browser Webextension for Firefox, Edge or Chromium derivatives to sync your bookmarks with a private backend.
Stars: ✭ 23 (+27.78%)
Mutual labels:  firefox
Overlay-Scrollbars
🎨 An overlay scrollbar customizable theme for Firefox and Chrome based browsers
Stars: ✭ 87 (+383.33%)
Mutual labels:  firefox
MaterialFox-BigSur
A cleaner, more refined userChrome.css theme for Firefox—forked from MaterialFox
Stars: ✭ 62 (+244.44%)
Mutual labels:  firefox
buildhub
DEPRECATED: Mozilla Build Metadata Service
Stars: ✭ 13 (-27.78%)
Mutual labels:  firefox
TriTan-CMS
TriTan CMS is a developer centric content management framework that allows you to go completely headless or nearly headless. With the mighty TriTan, you can build amazing RESTful applications and robust websites.
Stars: ✭ 19 (+5.56%)
Mutual labels:  headless
nvim-goc.lua
Go Coverage for Neovim
Stars: ✭ 17 (-5.56%)
Mutual labels:  coverage
FirefoxSidebar
Vertical tab design for Firefox with dynamic indentation:: Sideberry and TreeStyleTabs (Legacy) themes available!
Stars: ✭ 64 (+255.56%)
Mutual labels:  firefox
rollup-plugin-istanbul
Seamless integration between Rollup and Istanbul
Stars: ✭ 39 (+116.67%)
Mutual labels:  coverage
re-style
A user style manager for Firefox 57+ which can load local files and apply UI styles
Stars: ✭ 33 (+83.33%)
Mutual labels:  firefox
firefox tunnel
The way to use firefox to make a tunnel to remote communication, bypass any firewall
Stars: ✭ 57 (+216.67%)
Mutual labels:  firefox

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].