### Description of the bug/issue When I run Nightwatch.js in GitLab CI, the colored output disappears. But it works when I run the same tests locally. ### Steps to reproduce 1. Run a Nightwatch test in GitLab CI. 2. See no colors. ### Nightwatch.js Version 3.12.1 ### Node Version 22.0 ### Browser GitLab CI ### Operating System Linux ### Additional Information Found a working workaround by setting the `FORCE_COLOR=1` environment variable. But it's better to make this work by default.