Is it possible to run angularJS e2e tests using Karma and RequireJS -
the documentation leads me belive not possible since angularjs apps use requirejs bootstrapped manually i.e.
angular.bootstrap(document, ['myapp']);
instead of using automatic bootstrapping via ng-app
directive in html file. still think there must way make work , if perhaps there examples of using requirejs karma , end end tests? can confirm or deny conclusion. angularjs , requirejs e2e (integration) tests not possible.
Comments
Post a Comment