'Azure Devops - Release Pipeline - Cypress Console Output - ASCII characters not properly formatted

We use Azure Devops for our release pipeline. In there, when I run Cypress E2E Tests, Cypress console output does not format correctly. I tried setting NO_COLOR=1 as the environment variable in bash script using export NO_COLOR=1. Tried to add NO_COLOR=1 after command I run. i.e; npm run e2e:chrome:dev:smoke NO_COLOR=1. No Success yet. This issue happens only on Linux. On Windows, its displays the report fine. Please advise! Thanks in advance!

enter image description here



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source