karma-ng-scenario icon indicating copy to clipboard operation
karma-ng-scenario copied to clipboard

A Karma plugin. Adapter for Angular's Scenario Runner.

Results 20 karma-ng-scenario issues
Sort by recently updated
recently updated
newest added

Hello lovely humans, **welcome to automated dependency management with [Greenkeeper](https://greenkeeper.io)**. To take full advantage of this service I recommend to start out with up-to-date dependencies. I just **updated all the...

greenkeeper

The scenario is following: 1. Spec constantly fails for some reason 2. Spec failure triggers an afterEach() 3. afterEach() tries to do something that requires calling an 'element' (reLogin in...

Without this change I ran into a error testing an app with strict DI activated: Error: [$injector:strictdi] function($delegate) is not using explicit annotation and can not be invoked in strict...

As far as I can see this runner is incompatible with Karma 0.13.x

Hi, if there's an error in IE11 running IE7 compatibility mode, I get alert `'[object Error]'` and the same is logged to console and also written into JUnit report. I...

Hi, I was getting this error message when running tests in IE11 with IE7 legacy mode. I had to manually change the code in angular-scenario.js file on line 9585 from...

I'm terrifically stumped here! Thanks so much for supporting this (now deprecated) library and THANKS INFINITE for any help solving this head-wall-banger. I posted the issue here: http://stackoverflow.com/questions/22740818/angular-scenario-run-w-karma-mystery-browser-navigateto-never-arri but crickets...

Hi, I face a strange error when I try to launch my e2e test with angular ng-scenario framework using grunt-karma: First I see a WARN in console: WARN [watcher]: Pattern...

New screen Developed with IFrame , I am trying to find the element inside the Iframe .it's not possible in ng-scenario.? Jquery : (#id).contents().find(#child)

Hi! I am having problems with karma e2e tests on my AngularJS project. I use the ngBlur directive, which comes with Angular 1.2.0. I just noticed that **lib/angular-scenario.js** in your...