If you want to run your end to end tests with cucumber instead of jasmine, then create a new Angular app:
ng new angular-cli-cucumber-demo
and follow the steps on https://www.amadousall.com/angular-e2e-with-cucumber/
NOTE: Tested it with Angular 7.