Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Use Tinytest to test a Meteor app without making the app it into a package

Tags:

testing

meteor

I know how to use Tinytest to test a package, also how to view its results on the console rather than in the webapp at localhost:3000 but I'd like to functionally test a Meteor app that's not really suitable to be made into a package. How can I do that? Or must I use RTD or the new Velocity?

like image 815
Dan Dascalescu Avatar asked Feb 24 '14 19:02

Dan Dascalescu


1 Answers

Hi Dan — I think RTD is the best option at the moment — we're writing a book about testing meteor (http://testingmeteor.com/) and will likely develop our own approach in the course of that effort. In particular, we want a cucumber/gherkin layer for BDD that doesn't seem to exist yet.

like image 58
ryw Avatar answered Oct 18 '22 01:10

ryw