NickTomlin / protractor-flake

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

fix: add missing node-bin alias #56

Closed jimmygchen closed 7 years ago

jimmygchen commented 7 years ago

This PR adds the missing node-bin alias which is documented in README.md:

protractor-flake --protractor-path=/path/to/protractor --parser standard --node-bin node --max-attempts=3 --color=magenta -- path/to/protractor.conf.js