A specific test case or condition for AngularJS.
Questions tagged [angular-scenario]
32 questions
0
votes
0 answers
AngularJS's $httpBackend - how to configure?
I'm making an angular app and am running end-to-end tests on them. I need to run a $httpBackend instance for some of my tests, but I can't figure out how to do it. Currently my code looks like
myApp = angular.module('myApp',…

Jason B
- 7,097
- 8
- 38
- 49
0
votes
1 answer
Testacular does not run e2e test
Once again I have problems running my angularJS e2e test with testacular. This time the output is
Chrome 23.0: Executed 0 of 13 (skipped 13) SUCCESS (0.117 secs / 0 secs)
info: Disconnecting all browsers
no test are run, here is my config file.…

Adelin
- 18,144
- 26
- 115
- 175