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

Test this end-to-end #7

Open
toranb opened this issue Aug 25, 2016 · 1 comment
Open

Test this end-to-end #7

toranb opened this issue Aug 25, 2016 · 1 comment

Comments

@toranb
Copy link
Collaborator

toranb commented Aug 25, 2016

I'd like some way to verify the approved/working flows we support here. Because we only support inline hbs component hot reloading at the moment this might look something like ...

  1. open app/ navigate to some route
  2. assert the state of the component
  3. modify some component.js file
  4. hot reload fires
  5. re-render occurs and the component is updated
  6. assert the state was updated correctly

The same suite should run against:

  • Dummy app
  • A normal app
  • An addon
@MiguelMadero
Copy link
Collaborator

We should automate this. At Zenefits we're using a framework to drive ember acceptance tests from python. I would like to do use something similar (ideally from node and not python), so we can have access to the start a watched build, then modify file and verify from an acceptance test the state of the DOM.

Right now it's getting pretty silly to manually test all of the variations supported after #17

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

No branches or pull requests

2 participants