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

349 Views Asked by At

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?

1

There are 1 best solutions below

3
On BEST ANSWER

Have you seen this?

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

It does what you're wanting to do :)