arunoda / laika

testing framework for meteor
http://arunoda.github.io/laika/
MIT License
242 stars 38 forks source link

Allow using the same server/client in different tests #121

Open apendua opened 10 years ago

apendua commented 10 years ago

Hi @arunoda. I started working with your framework and it looks great. However, I have had some hard time using it for tests in a large application due to very long initial load. I realized that reusing the same client for different tests is a "must-have" feature, so I implemented it according to suggestions from #62. Hope you will like it.