How to run Angular e2e tests written in TypeScript with Cucumber and Protractor
March 19, 2019
0 Comments
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.
Tags: Angular, Cucumber, Protractor, TypeScript