Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ember try scenarios #85

Merged
merged 1 commit into from
Apr 15, 2015
Merged

Add ember try scenarios #85

merged 1 commit into from
Apr 15, 2015

Conversation

dustinfarris
Copy link
Owner

Playing with ember-try. This lays the groundwork for eventually supporting a dependency matrix. For now, I think we should just support the latest ED beta until 1.0 lands. At that point we'll want to be careful about breaking changes for >=1.0.

You can invoke ember try with:

ember try:testall

which runs all scenarios in config/ember-try.js (latest ember data beta and ember data canary). You can run a specific scenario by giving its name, e.g.:

ember try ember-data-canary

(side note: we have 2 failing tests on canary)

- ember-data-beta
- ember-data-canary

Also update `npm test` to only run currently supported Ember Data.
benkonrath added a commit that referenced this pull request Apr 15, 2015
@benkonrath benkonrath merged commit d303a30 into master Apr 15, 2015
@dustinfarris dustinfarris deleted the test-matrix branch April 15, 2015 07:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants