I've established a considerable set of protractor test suites and I'm looking to implement it into jenkins to run these tests with each new build. To handle the output, simply outputting it to a text file doesn't suffice anymore e.g. protractor conf.js --suite [suiteName] > output.text
I've found protractor reporters here and here but I haven't found any information on manually manipulating the protractor output to represent it more clearly and attractively without the use of external frameworks / libraries.
Appreciate any input!