Hi I have a question about reporters output using browserstack. When I start to run test's in cloud reporter output stopped showing epilogue, can I return it somehow? using spec
I manage to do this by commenting this line:
if (!this.printEpilogue) {
return;
In basereporter.js