AndrewKeig / protractor-cucumber

protractor-cucumber
MIT License
73 stars 59 forks source link

add support for chrome only driver #19

Open ali-bugdayci opened 9 years ago

ali-bugdayci commented 9 years ago

Using chrome only on protractor rids of starting a selenium process and works faster.

Is it possible to add chrome only options?

Saieph commented 9 years ago

Did this ever happen, do you know? I'm trying to use this thing, but I can't STAND having to start a selenium server every time I want to test. I like keeping self contained.

ali-bugdayci commented 9 years ago

Ever happen? Yes you can use the chrome only option in the protractor.conf and no need to start a selenium server.

But then you can only run your tests in chrome, and not use phantomjs, firefox etc.