meteor-mocha
Test driver
A test driver package for Meteor, reporting both server and client test results.
A Mocha test driver package for Meteor 1.3+. This package reports server AND client test results in the server console and can be used for running tests on a CI server or locally.
67 stars
14 watching
40 forks
Language: JavaScript
last commit: 4 months ago
Linked from 1 awesome list
automated-testinghacktoberfestjasminemeteormeteorjsmochatesting
Related projects:
Repository | Description | Stars |
---|---|---|
hubroedu/meteor-mocha | A package for testing Meteor applications with Mocha and running tests in the browser or from the command line. | 3 |
ember-cli/ember-cli-mocha | Provides Mocha and Chai testing tools for Ember.js applications | 147 |
meteor-community-packages/meteor-inject-data | A package to inject data into client-side rendered HTML at the beginning of page loading | 6 |
jprichardson/electron-mocha | A tool that allows you to run Mocha tests in an Electron browser environment. | 346 |
sindresorhus/gulp-mocha | A wrapper around Mocha test runner for Node.js applications using Gulp | 375 |
meteor-community-packages/meteor-user-status | A package that tracks user connection data and activities in Meteor applications. | 558 |
meteor-community-packages/meteor-roles | An authorization package for Meteor that allows defining roles with scopes and permissions, enabling hierarchical role assignment. | 922 |
tapjs/tap-mocha-reporter | Transforms TAP test output into a formatted report with Mocha's built-in reporting capabilities | 28 |
mondora/asteroid | An isomorphic JavaScript library that allows developers to connect to a Meteor backend from various environments. | 734 |
zaid-ajaj/fable.mocha | Provides a unified testing framework for F# applications using various runners including Mocha and standalone browsers. | 56 |
meteor-community-packages/meteor-tabular | A package for creating reactive and customizable data tables in Meteor applications. | 363 |
meteorhacks/meteor-ssr | Enables Server Side Rendering with Meteor using compiled templates and helpers | 264 |
meteor-community-packages/meteor-collection-hooks | Extends Meteor's Collection API with customizable hooks for inserting, updating, removing, finding, and upserting documents | 657 |
veliovgroup/meteor-internationalization | Isomorphic internationalization driver for Meteor with support of placeholders and locale auto-detection | 13 |
percolatestudio/meteor-migrations | A simple migration system for Meteor applications to manage changes to the database over time. | 245 |