arunoda / laika

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

Apply settings to the first application launch #149

Closed eluck closed 2 years ago

eluck commented 9 years ago

When an application under tests was launched first, it didn't recieve settings which were passed as parameter to laika. Why settings are passed via --settings parameter instead of the environment variable? Because in the latter case settings were applied to an application with a significant delay after start.

Review on Reviewable

apendua commented 9 years ago

@eluck Good catch!

eluck commented 9 years ago

@apendua Thanks! Is Laika currently supported? I see a lot of your unmerged pull requests.

apendua commented 9 years ago

@eluck Good question! I can see that almost half of those PRs are mine :)

Anyway, we try to do our best to keep laika compatible with the latest meteor versions, but we don't really develop new features. This is mainly because it's very hard to ensure backward compatibility.

Also, it's very likely that in the nearest future Gagarin will replace laika: https://github.com/anticoders/gagarin

eluck commented 9 years ago

@apendua Great stuff! I try using Laika as a performance tests runner. Running tests in a clean environment is essential for that. So I'd like the project to be developed and supported no matter how it is named. BTW cool picture :)