ember-try
ember-try copied to clipboard
An ember-cli addon to test against multiple npm dependencies, such as ember and ember-data.
Hi! When trying to run `yarn test:ember-compatibility` in my addon, I receive: ``` ❯ yarn test:ember-compatibility Unknown Syntax Error: Unsupported option name ("--no-lockfile"). $ yarn install [--json] [--immutable] [--immutable-cache] [--check-cache]...
I'm getting this error: ``` No ember-try configuration found. Please see the README for configuration options ``` `ember-try` isn't finding the default configuration? Any Idea? I copied and pasted the...
This PR is created to fix an issue we are having when using `buildManagerOptions` and removing the default `--no-lockfile` option in order to use our yarn.lock file. In the current...
Just had the following happen: pushed a commit that accidentally had two consecutive blank lines in a file, which is a violation of a JSCS rule (ember-suave). The build took...
If you have a scenario with no `npm` section at all, it *seems* to work, but it silently uses the NPM deps from the previous scenario. Reproduction: 1. Clone and...
Since the default blueprint for addons now runs `ember test` instead of `ember try:each` for `npm test`, I think this should be the new default. If someone customizes their "test"...
Where'd the output table of dependencies go? It's there on this build https://travis-ci.org/ember-cli/ember-try/jobs/422717126#L651 and gone on this one forward: https://travis-ci.org/ember-cli/ember-try/jobs/433164378#L654
I have not done a bunch of exploratory work here, but I think a few changes would be needed here to support yarn --pnp apps. I've been exploring what it...
Hey, this is extracted from #207, which I thought was the same problem but [isn’t](https://github.com/ember-cli/ember-try/issues/207#issuecomment-448882870)! As @kategengler suggested, when I [tried](https://github.com/ember-cli/ember-try/issues/207#issuecomment-449055834) installing e12c4ca, it worked as expected with the `travis-web`...