Hi. I want to run integration tests on ci for server code + browser code. On browser I have Angular provider that has only one dependency: $http that can be easily mocked.
So I want to run single automated test for my erlang server + browser javascript. I think that it may be a good idea not to launch browser for it, but use something like v8 (node.js) or any other server-side headless javascript engine. What is the simplest way to run angular provider in an isolated environment? -- 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/groups/opt_out.
