Skip to content
This repository has been archived by the owner on May 26, 2019. It is now read-only.

[WIP] Update: Testing section to cli #61

Merged
merged 1 commit into from
Mar 24, 2015
Merged

[WIP] Update: Testing section to cli #61

merged 1 commit into from
Mar 24, 2015

Commits on Mar 24, 2015

  1. Upgrade testing guides to ember-cli

    Change "Integration" to "Acceptance" tests.
    
    Ember-CLI generator is `acceptance-test`, not `integration-test`.
    This change aligns naming between the g
    
    Change "Integration" to "Acceptance".
    
    Ember-CLI nomenclature is "Acceptance test" and not "Integration test".
    
    Minor changes to testing/index
    
    Add comma and change adapter to addons.
    
    Change Setup section to Introduction.
    
    Since acceptance testing works in ember-cli out-of-the-box it makes no sense to
    explain how to setup QUnit manually.
    
    Remove section on third-party libraries.
    
    This section seem to be far from the current way to create these adapters.
    I would either remove the section entirely or create a new guide for writing
    testing addons in ember-cli.
    
    I'd appreciate some input from @trek.
    
    Change integration URL to acceptance.
    
    Update the testing helpers section to ember cli.
    
    I might need some help with how to use them inside the startApp script since
    the ember-cli example just imports them and that seems a bit strange.
    //@trek
    
    Update user interaction section.
    
    Update unit testing basics.
    
    Update Testing components section.
    
    Section testing a component using acceptance helpers has been removed.
    Section for nested components has been commented out until I figure out how to
    load the template compiler in a test.
    
    Remove jsbin from remaining guides.
    
    Fix expect without assert first.
    
    Update testing-routes guide.
    
    Remove Ember imports.
    
    Update testing-models guide.
    
    Update testing-controllers.
    
    Remove test-runners section.
    
    This section is pointless now since ember-cli comes with most of these
    features out of the box.
    
    Improve section test-helpers.
    Serabe committed Mar 24, 2015
    Configuration menu
    Copy the full SHA
    6626b17 View commit details
    Browse the repository at this point in the history