Top "Angular-e2e" questions

This tag should be used when asking questions about angular end to end testing, in combination for example with protractor which is the official angular framework for writing end to end tests.

Protractor - invalid SSL certificate

We have an application and testing this locally shows an invalid SSL certificate warning. Normally I would just add an …

protractor angular-e2e
session not created: Chrome version must be between 71 and 75 - while running angular e2e in Concourse

While executing e2e test in concourse, I'm getting the below error, where it looks like the chromedriver is not …

angular protractor concourse angular-e2e
Mocking rest calls in functional e2e protractor tests in angular 4 project

We have a huge project and we have written a lot of test cases to cover a lot of real …

angular protractor angular-mock angular-e2e angular-test
Element is not clickable at point in headless mode. But when we remove headless from protractor.conf.js it is working fine.

element(by.className('cuppa-dropdown')).element(by.className('dropdown-list')).element(by.className('list-area')).element(by.tagName('li')).click(); actually this element …

angular asp.net-core protractor e2e-testing angular-e2e