Search code examples
meteorcasperjsmeteor-velocity

How can I integrate casperJS to Meteor's Velocity Test Runner?


I have a bunch of ´casperJS´ tests which I would like to integrate to Velocity (currently I've written a small test runner which boots the meteor app with a different DB).

I've seen that selenium-nightwatch has a file named ´velocity-integration.js´, so I will take a look at that file to see how can I integrate casper, but first I would like to hear suggestions/guidelines if there's any.

Is this integration possible right now?


Solution

  • Have you seen this?

    https://github.com/blazer82/meteor-casperjs/

    It does what you're wanting to do :)