ember-cli-addon-tests
ember-cli-addon-tests copied to clipboard
Not a bug here, but in npm itself: https://github.com/npm/npm/issues/17287 Lost quite some time because of this, so mentioning this here in case others get bitten by this. `ember-cli-addon-tests` will symlink...
This works wonderfully for testing with an app, but should we support addons, in-repo addons and engines, etc? There are some helpers for in-repo addons and engines here https://github.com/ember-engines/ember-engines/blob/master/node-tests/helpers/in-repo-addon.js and...
If we tagged this as an ember addon, we could run a default blueprint and do the following things: * add a node tests job to travis like https://github.com/ember-cli/ember-cli-blueprint-test-helpers/pull/130 *...
When the addon under test has a default blueprint that causes an interactive prompt to appear (either by programmatically calling that or because ember-cli asks whether to overwrite files), the...
Fixes https://github.com/tomdale/ember-cli-addon-tests/issues/76. Provides a nice speed boost.
On Windows 10, I'm unable to use ember-cli-addon-tests together with a freshly made ember-addon and using the example test listed at https://github.com/tomdale/ember-cli-addon-tests#example. **Steps to reproduce** 1. `ember addon em-addon-1` 1....
cc @kellyselden / @rwjblue can you provide some use-cases where this add-on is required, and testing the existing dummy app does not work?
This is a long shot, as it probably won't be an easy task, but... Nested addons (addons inside addons) have a number of gotchas. If we could insert the current...
Starting with [[email protected]](https://github.com/ember-cli/ember-cli/releases/tag/v2.13.0-beta.1), you can use Yarn instead of NPM when doing installs. We should explore supporting this as it could potentially provide a large speed up.