Questions tagged [angularjs-e2e]

The End-to-End testing framework for AngularJS.

The End-to-End testing framework for AngularJS. For large and small applications that grow in size and complexity it allows automatic testing to verify the correctness of new features, catch bugs and notice regressions.

The solution for testing used by the framework is an Angular Scenario Runner which simulates user interactions that will help to verify the health of the Angular application.

Issues related to the E2E Testing provided by AngularJS (http://docs.angularjs.org/guide/dev_guide.e2e-testing) and distributed as ng-scenario.

546 questions
5
votes
1 answer

Calling `sleep` or `pause` in karma scenario for angular app breaks framework

I have an angular app that uses $routeProvider to load different partials into an ng-view. So, in my e2e scenarios, when I call browser().navigateTo('/'), I also need to call sleep(0.5) or something to wait for the elements to actually…
Riley Lark
  • 20,660
  • 15
  • 80
  • 128
4
votes
2 answers

Protractor test not clicking my button/element

my scenario looks like this: 1. open login page 2. enter username, 3. enter password, 4. click login, 5. role selection modal opens with list of possible user roles 6. click on 1st role. My test looks like that: 'use strict'; describe('Login page',…
gregor
  • 609
  • 1
  • 7
  • 15
4
votes
2 answers

Protractor fails in Firefox and IE browsers

I have hard time getting the protractor to run tests in Firefox Following is a sample test case. It can be tested in Chrome - but fails in Firefox and IE browsers. Test file automation test