atecarlos / protractor-http-mock

A library designed to work alongside Protractor for setting up mocks for your HTTP ajax requests.
MIT License
173 stars 70 forks source link

Change protractor.conf as default #20

Closed buob closed 9 years ago

buob commented 9 years ago

Is this a convention that I don't know about? The protractor examples use conf.js. Would it be alright to make the default something a little more standard (mostly for syntax highlighting).

atecarlos commented 9 years ago

Hi @buob . Back when I wrote this plugin, if I remember correctly, the default was protractor.conf.js. It seems that's changed now which is fine. I'm worried about the potential of breaking other people's test, but I'll definitely keep an eye on it if more people request it. Hope this helps.