From d658dba53c4dc8a325d69dabf0b34a411ac9875b Mon Sep 17 00:00:00 2001 From: Brian Gough Date: Tue, 5 May 2026 15:42:09 +0100 Subject: [PATCH] Merge pull request #33421 from overleaf/bg-use-plain-test-output-in-ci add NO_COLOR environment variable to web CI for cleaner output GitOrigin-RevId: 1c089333e2002e63b62d55d0e6b4def29e844aa6 --- services/web/docker-compose.ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/services/web/docker-compose.ci.yml b/services/web/docker-compose.ci.yml index 95b5f07da7..877a66ce3d 100644 --- a/services/web/docker-compose.ci.yml +++ b/services/web/docker-compose.ci.yml @@ -29,6 +29,7 @@ services: REDIS_HOST: redis_test VITEST_NO_CACHE: true COVERAGE_UNIT_TESTS: + NO_COLOR: true MONOREPO: depends_on: - redis_test @@ -51,6 +52,7 @@ services: OVERLEAF_CONFIG: REDIS_HOST: redis_test COVERAGE_ACCEPTANCE_TESTS: + NO_COLOR: true MONOREPO: RETRIES: extra_hosts: @@ -85,6 +87,7 @@ services: NODE_OPTIONS: "--unhandled-rejections=strict" CI: JUNIT_ROOT_SUITE_NAME: + NO_COLOR: true test_frontend_ct: build: @@ -101,6 +104,7 @@ services: CYPRESS_RESULTS: CYPRESS_SPEC_PATTERN: CYPRESS_EXCLUDE_SPEC_PATTERN: + NO_COLOR: true volumes: - /dev/shm/overleaf:/overleaf - ./data/reports:/overleaf/services/web/data/reports @@ -125,6 +129,7 @@ services: CI: JUNIT_ROOT_SUITE_NAME: NODE_OPTIONS: "--unhandled-rejections=strict" + NO_COLOR: true tar: image: ci/$PROJECT_NAME:$BRANCH_NAME-$BUILD_NUMBER-webpack