Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

velocity-cli

Package Overview
Dependencies
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

velocity-cli

CLI tool for using Meteor Velocity to test your Meteor apps.

  • 0.3.3
  • Source
  • npm
  • Socket score

Version published
Maintainers
2
Created
Source

velocity-cli

CLI tool for using Meteor Velocity to test your Meteor apps.

Install

npm install velocity-cli -g

Testing an app

Watch mode

This command runs the tests each time you change something.

velocity test-app

Note: This command also starts your app right now.

Continuous Integration mode

This command runs the tests only once and then exits with the status code.

velocity test-app --ci

More options

The command supports all options that meteor run supports. You can get a full list with meteor help run.

Testing a package

Watch mode

This command runs the tests each time you change something.

velocity test-package my-package

Continuous Integration mode

This command runs the tests only once and then exits with the status code.

velocity test-package my-package --ci

More options

The command supports a lot more options. You can find a list here.

Keywords

FAQs

Package last updated on 06 Aug 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc