Search code examples
seleniummocha.jswebdriver-iobrowserstack

Return epilogue after test executed in cloud


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


Solution

  • I manage to do this by commenting this line:

    if (!this.printEpilogue) {
                    return;
    

    In basereporter.js