Hi,

I have a problem that I think is quite unique. I'm working on a AngularJS 
app that has multiple views and controllers all located in separate 
modules. I need to run e2e tests on each of the view separately, thus 
testing them in isolation. The problem is the following: All these screens 
are connected in a workflow and some data gets passed through $scope from 
one view to the next. So the moment that I want to test these views in 
isolation, I find that some data that would be generated in the preceding 
view is now missing. I need pass this data to this view so that it can be 
tested. So my question is: How do I change a variable in $scope from the 
context of end to end testing?


-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to