Search code examples
jenkinsmeteormeteor-velocity

How to integrate meteor's velocity tests with jenkins?


On Velocity's GH page it mentions "easy CI integration" as one of the benefits, but I haven't seen any documentation about it.

How can I integrate Velocity with Jenkins?


Solution

  • You should use:

    meteor --test

    meteor run --test

    This does the same thing as the velocity-ci without the extra installation