Announcement: Velocity CLI tool - simple semantic testing commands

I have created a Velocity CLI tool npm package that provides simple semantic testing commands for Velocity. https://www.npmjs.com/package/velocity-cli :wink:

2 Likes

I’m confused about the purpose of this tool. When I run velocity test-app it runs my application exactly the same as with meteor. It doesn’t display any logs about the tests so I still have to see the html reporter on localhost:3000.

The purpose is simple semantic testing commands. Especially if you want to test packages with Velocity, the command is very long when you use the meteor tool directly. velocity test-app is currently just an alias for meteor run because that’s how Velocity currently works. It runs as part of your app.

What is the difference between this tool and running “meteor run --test” ?