我如何在 ConEmu 中为 Cucumber 取回彩色输出?

How do I get coloured output back for Cucumber in ConEmu?

Cucumber 在 ANSICON 1.6.0 的 Windows 7(64 位)命令提示符中提供彩色输出,但不再在 ConEmu 终端管理器中。

黄瓜

ConEmu

ConEmu 似乎没问题,但 Cucumber 似乎也配置正确,考虑到彩色输出在命令提示符下有效。有什么想法吗?

根据要求,Cucumber 的示例输出(这些传递的步骤之前会以绿色显示):

 Scenario: Visit the client site        # client\features\age_gate.feature:8
    Given I am a new visitor            # client/features/step_definitions/age_gate.rb:1
    When I visit the client website     # client/features/support/navigation.rb:1
    Then I am shown the age gate        # client/features/step_definitions/age_gate.rb:6

使用旧版本。更新到最新的 alpha。