kozhevnikov / cucumber-pretty

Cucumber.js Pretty Formatter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is it compatible with protractor?

djom202 opened this issue · comments

I'm using protractor right now, but cucumber-js deprecated this pretty option, so I found this tools, I would like to know if I can use with protractor o I can't do it.

Thanks so much.

I believe it should be. Check Protractor docs on how to add Cucumber arguments.

@djom20 cucumber-pretty works ok with protractor (here is the example of how to enable it in configs https://github.com/Marketionist/protractor-cucumber-steps/blob/master/tests/protractor.conf.js#L51)