tell people to first test the dummy app, before going down this path#106
tell people to first test the dummy app, before going down this path#106stefanpenner wants to merge 1 commit intotomdale:masterfrom
Conversation
|
@stefanpenner did you notice the issue I created for documenting/collecting use cases? See #104 |
|
IMO, the only really useful area this addon serves is testing build code which is not appropriately tested through normal unit tests. I view the use of this addon as an "acceptance" testing of sorts for add-ons that need to verify that when dropped into a real application the build output is correct. This is what we use it for in ember-engines. Thus, if you need to test build behavior for your addon when used as a nested addon or used multiple times in an application or so on, then this helps facilitate that. |
It sounds like we should provide helpers (by default) that test the dummy app instead? |
|
@stefanpenner I just discovered another use case.
|
cc @kellyselden / @rwjblue can you provide some use-cases where this add-on is required, and testing the existing dummy app does not work?