gpt4 book ai didi

ruby-on-rails - Minitest 控制台输出不显示颜色

转载 作者:行者123 更新时间:2023-12-04 00:11:36 27 4
gpt4 key购买 nike

我安装了 ansicon 以使 ansi 彩色控制台输出成为可能,以便在 Windows 上进行最小测试反馈。

我正在使用 minitest-reporters gem 运行 minitest 来格式化输出,但无论我做什么我都无法让输出显示颜色(所有文本都是黑色的)。

这是我的 test_helper.rb 文件:

ENV['RAILS_ENV'] ||= 'test'
require File.expand_path('../../config/environment', __FILE__)
require 'rails/test_help'
require "minitest/reporters"
Minitest::Reporters.use! Minitest::Reporters::ProgressReporter.new( { :color => true } )

class ActiveSupport::TestCase
# Setup all fixtures in test/fixtures/*.yml for all tests in alphabetical order.
fixtures :all
# Add more helper methods to be used by all tests here...
end

有人知道这个问题吗?

最佳答案

引用:https://github.com/kern/minitest-reporters

我看到这篇帖子是 2015 年的。从那时起已经过去了 4 年。不管怎样,让我分享一下昨天它对我的效果。

我的环境:

  • Ubuntu 18.04
  • rails 6.0.1
  • ruby 2.6.5

1) gem 文件:

gem 'minitest-reporters'

2) 捆绑安装

3) test_helper.rb:

require "minitest/reporters"
Minitest::Reporters.use!

4) rake

enter image description here

关于ruby-on-rails - Minitest 控制台输出不显示颜色,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34405058/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com