kaliber5 / ember-fastboot-addon-tests

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

Let consumers cache the host Fastboot app #6

Open mitchlloyd opened 7 years ago

mitchlloyd commented 7 years ago

I see the value in having such a far-reaching end-to-end test, but I would like to be able to cache the host EmberCLI app on my machine rather than having to reinstall on every test run.

Is it possible to add the app somewhere like fastboot-tests/host or fastboot-tests/dummy so I could cache it but add it to .gitignore?

simonihmig commented 7 years ago

Hm, no not possible right now. It uses https://github.com/tomdale/ember-cli-addon-tests under the hood, so support for that kind of caching would probably needed to be added there. But not sure how this could work, e.g. for "cache invalidation"...

Also there might be different apps with different setups/fixtures (setupTest supports this, some addons (not using this addon for testing but their own similar solution) need this)...