Quantcast
Channel: TypeScript – Knowledgebase
Viewing all articles
Browse latest Browse all 13

How to run Angular e2e tests written in TypeScript with Cucumber and Protractor

$
0
0

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.


Viewing all articles
Browse latest Browse all 13

Trending Articles