We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd68cb7 commit 0bb5637Copy full SHA for 0bb5637
elasticsearch-xpack/spec/spec_helper.rb
@@ -51,4 +51,8 @@ def self.included(context)
51
config.formatter = 'documentation'
52
config.color = true
53
config.add_formatter('RspecJunitFormatter', '../elasticsearch-api/tmp/elasticsearch-xpack-junit.xml')
54
+ config.add_formatter(
55
+ 'RSpec::Core::Formatters::HtmlFormatter',
56
+ "tmp/elasticsearch-#{ENV['TEST_SUITE']}-#{RUBY_VERSION}.html"
57
+ )
58
end
0 commit comments