It will be great to make it possible to run protractor with args. For example it could be possible to run only one suite: ``` gulp protractor --suite signIn ``` or choose the browser: ``` gulp protractor --browser firefox ```