Tagged Questions
1
vote
1answer
64 views
+50
Unit testing a directive whose templates are all one with file with script tags
I am having a hard time figuring out how to include my directive's templates (that are all in one file in different script tags) in my Karma unit tests.
The error I get:
PhantomJS 1.9 (Linux) ERROR
...
0
votes
2answers
103 views
+50
Testing frameworks for Javascript
We are at the beginning of a new web project that will use JavaScript and in particular angularJs. NodeJs will also be used.I am looking for the best practices in terms of automating "E2E testing" for ...
0
votes
2answers
53 views
+50
Is it supported to put animation class on ng-view and on element inside the view in Angular 1.2-rc2?
Everything is in the title!
I'm using Angular 1.2-rc2 and I can't put an animation class on an ng-view AND and on element inside the view.
If I put animation class on ng-view, animation works on ...
0
votes
1answer
112 views
+50
Protractor fails to find Angular
I can't seem to get Protractor to realize that Angular is loaded and running. When it opens Chrome my app loads fully in the browser, so I know that Angular is loaded and running correctly.
The ...