0.4.3 • Published 10 years ago

velocity-cli v0.4.3

Weekly downloads
10
License
MIT
Repository
github
Last release
10 years ago

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.

Testing all packages in an app

velocity test-packages

You can pass the same additional options as for velocity test-package.

0.4.3

10 years ago

0.4.2

10 years ago

0.4.1

10 years ago

0.4.0

10 years ago

0.3.3

10 years ago

0.3.2

10 years ago

0.3.1

10 years ago

0.3.0

10 years ago

0.2.0

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.1

11 years ago

0.0.0

11 years ago