How do I test individual protractor tests in grails?
I was religiously following icodeya's tutorial about incorporating protractor tests in my grails application. It works really well. I was wondering if there is a way for me to make a similar command for testing an individual protractor test file? Like: grails protractor someTest or something? Is that even possible? This is the entire file: