Closed alecxe closed 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.
protractor-demo
directConnect: true
The issue is "directConnet = true" is set, this will never work, because it is expecting ":", why does the have "=" as default?
Done!
As far as I understand, all protractor configs used in the
protractor-demo
are using either chrome of firefox, which means thatdirectConnect: true
can be used. As a benefit, less setup to try out the demo and howtos. Thanks.