I am using protractor for angular js testing in my app and have around 19 test cases at the moment, of which one of them is failing
describe(\'Login page\',
You can use --grep.
protractor conf.js --grep='name of your test case'