matthewmueller / component-test

Minimal configuration component test runner supporting browser testing, phantomjs, and saucelabs.
98 stars 10 forks source link

browser: `component test` should default to `component test browser` #3

Open jonathanong opened 10 years ago

matthewmueller commented 10 years ago

+1

Swatinem commented 10 years ago

Shouldnt it rather default to phantomjs, to stay on the command line?

matthewmueller commented 10 years ago

I like the idea of getting up and running immediately without any additional dependencies. what about if we do a which phantomjs to test if it's installed, then use that, otherwise use browser?

stephenmathieson commented 10 years ago

@MatthewMueller yes!

jonathanong commented 10 years ago

Sounds fine to me. I just said browser because you can assume everyone has one. As long as it works in happy :)

trevorgerhardt commented 10 years ago

+1