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