NickTomlin / protractor-flake

Rerun potentially flakey protractor tests before failing.
MIT License
80 stars 51 forks source link

Working with angular-cli #75

Closed gawicks closed 7 years ago

gawicks commented 7 years ago

I would like to use protractor flake with ng e2e. Is this currently possible?

wswebcreation commented 7 years ago

Yes you can, but you need to edit the tasks in Angular-Cli to run protractor from a protractor-flake file.

See the usage how to configure protractor-flake, but check angular-cli how to edit the ng e2e task to run protractor with protractor-flake.

I don't know how to edit this exactly in angular-cli so I would advice you to ask it there. I'm going to close this for now because it involves integration with other software we don't directly have knowledge of.

NickTomlin commented 7 years ago

@gawicks once you get things up and running feel free to add a pull request with a angular-cli section to the docs