Let consumers cache the host Fastboot app
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?
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)...