arunoda / laika

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

first steps to new architecture #88

Closed lalomartins closed 10 years ago

lalomartins commented 10 years ago

I was able to run my webdriver-based tests using this version of Laika (and removing the lines in the test code that manually import laika-webdriver and wrap the client, of course). I pushed the modified laika-webdriver as well, you want to see it.

arunoda commented 10 years ago

As a general comment, try to put all these logic into a new module inside lib folder.