kaliber5 / ember-fastboot-addon-tests

Addon testing support for Fastboot compatibility
MIT License
25 stars 9 forks source link

feature request: add a command to run the fastboot-tests app #5

Closed bantic closed 7 years ago

bantic commented 7 years ago

It would simplify debugging test failures a lot if I could run the fastboot-tests app locally (in either fastboot or even non-fastboot) mode and poke around the app to make sure I'm writing my test selectors correctly. <3 this project. Using it now for https://github.com/bustlelabs/ember-mobiledoc-dom-renderer

simonihmig commented 7 years ago

Thanks, good to see it is of some use for others as well! ;)

Shouldn't be too hard to accomplish. And I definitely see the value in that. Given the "speed" of the tests, debugging them is certainly no fun...

simonihmig commented 7 years ago

@bantic Added a ember fastboot:serve command and just released 0.3.0, hope that covers your needs! :)