I can not find how to change reporter style in protractors runner using jasmine framework.
What I have right now is:
Add the isVerbose flag to the protractor config, it's false by default:
exports.config = { . . . // Options to be passed to Jasmine-node. jasmineNodeOpts: { showColors: true, defaultTimeoutInterval: 30000, isVerbose: true } };