ember-fastboot-addon-tests icon indicating copy to clipboard operation
ember-fastboot-addon-tests copied to clipboard

Let consumers cache the host Fastboot app

Open mitchlloyd opened this issue 9 years ago • 1 comments

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?

mitchlloyd avatar Mar 12 '17 20:03 mitchlloyd

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)...

simonihmig avatar Mar 13 '17 09:03 simonihmig