I'm using protractor (0.22.0) for testing my app. Is this possible to have a mocha-style reporter instead of the basic jasmine one? It currenlty looks like this:
(....F...)
And I'm looking something more like:
my set of tests 1
my test 1-1
my test 1-2
my set of tests 2
my test 2-1
my test 2-2
See the response here: Custom Jasmine reporter in Protractor tests
I'm using this module and it works perfectly: https://www.npmjs.com/package/jasmine-spec-reporter.