Selenium webdriver (Chrome, Node.js) network log issue (Mocha test)

Hi!

I hope that this question is appropriate on this forum. We are new to Travis CI and we are currently setting up a test for a open source project: https://travis-ci.com/style-tools/wordpress-css-optimization

It is a WordPress async CSS loading plugin and the test is performed using Chrome headless browser, Selenium and Mocha.

Regrettably, the Mocha test results are unreadable due to a overflow of network log entries, possibly from webdriver or Chrome, or possibly by a setting in Travis CI.

We’ve searched the internet and webdriver and Chrome options but couldn’t find any clue to a possible solution so we decided to ask for help on the forums.

If anyone knows a solution, advise would be very much appreciated.

Thanks a lot for the great work on Travis CI!