-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Labels
Description
Description of the bug/issue
When I run Nightwatch in GitLab CI using the parallel mode - I see no line breaks in the output, here is an example:
Here is an example of a job with badly formatted output: https://git.drupalcode.org/project/commercetools/-/jobs/4723196
Steps to reproduce
- Enable colors using "FORCE_COLOR=1" in the pipeline.
- Run the Nightwatch test in the parallel mode by adding these to the settings:
{
"test_workers": {
"enabled": true,
"workers": "auto"
}
}
-
Run the parallel mode locally - you will see a well-formatted colored output.
-
Run the same on the GitLab pipeline - you will see that the line breaks are missing, making the output not readable at all:
Sample test
Command to run
Verbose Output
Nightwatch Configuration
Nightwatch.js Version
3.12.1
Node Version
18.20.7
Browser
Chrome
Operating System
Linix (GitLab Runner)
Additional Information
No response
MurzNN and DovieW