We use a combination of Cucumber and Jasmine for our Angular app.
Months ago, when I initially tried to run the Angular e2e framework, the documentation was pretty limited, so we chose Cucumber - Selenium for user interface tests.
I believe that with the Angular e2e framework you can make fun of calls to the backend, but if you want to do actual integration testing using Cucumber + Selenium, this is a decent option.
source share