juliemr / protractor-demo

Demo test application and protractor tests
MIT License
166 stars 139 forks source link

protractor-demo to use directConnect #12

Closed alecxe closed 9 years ago

alecxe commented 9 years ago

As far as I understand, all protractor configs used in the protractor-demo are using either chrome of firefox, which means that directConnect: true can be used. As a benefit, less setup to try out the demo and howtos. Thanks.

eduardoinnorway commented 9 years ago

The issue is "directConnet = true" is set, this will never work, because it is expecting ":", why does the have "=" as default?

juliemr commented 9 years ago

Done!