Skip to content

Instantly share code, notes, and snippets.

@rissem
Last active August 29, 2015 14:02
Show Gist options
  • Save rissem/618653c40d9e6e0dbcb1 to your computer and use it in GitHub Desktop.
Save rissem/618653c40d9e6e0dbcb1 to your computer and use it in GitHub Desktop.

Velocity

Testing middleware for Meteor

Velcoity allows you to easily test at the application level.

Velocity provides common interfaces for testing frameworks and test reporters.

It allows users to easily run multiple testing frameworks concurrently.

Check out the example or install one of these frameworks that supports velocity

  • jasmine-unit (true unit tests)
  • mocha-web (integration tests)
  • cucumberjs (end to end tests)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment